芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/invoicer.pulsehost.co.uk/app/Http/Resources/Customer/CompanyResource.php
$this->id, 'name' => $this->name, 'slug' => $this->slug, 'logo' => $this->logo, 'logo_path' => $this->logo_path, 'unique_hash' => $this->unique_hash, 'owner_id' => $this->owner_id, 'address' => $this->when($this->address()->exists(), function () { return new AddressResource($this->address); }), ]; } }