芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/invoicer.pulsehost.co.uk/app/Http/Requests/ExpenseCategoryRequest.php
[ 'required', ], 'description' => [ 'nullable', ], ]; } public function getExpenseCategoryPayload() { return collect($this->validated()) ->merge([ 'company_id' => $this->header('company'), ]) ->toArray(); } }