芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/app/Http/Resources/NoteResource.php
$this->id, 'type' => $this->type, 'name' => $this->name, 'notes' => $this->notes, 'company' => $this->when($this->company()->exists(), function () { return new CompanyResource($this->company); }), ]; } }