mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-30 21:21:09 -04:00 
			
		
		
		
	v6 update
This commit is contained in:
		| @ -18,6 +18,7 @@ class PaymentMethodResource extends JsonResource | ||||
|             'id' => $this->id, | ||||
|             'name' => $this->name, | ||||
|             'company_id' => $this->company_id, | ||||
|             'type' => $this->type, | ||||
|             'company' => $this->when($this->company()->exists(), function () { | ||||
|                 return new CompanyResource($this->company); | ||||
|             }), | ||||
|  | ||||
		Reference in New Issue
	
	Block a user