mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-05-26 13:14:55 +00:00
Setup pint & run code style fix
This commit is contained in:
@@ -48,7 +48,7 @@ class UnitRequest extends FormRequest
|
||||
{
|
||||
return collect($this->validated())
|
||||
->merge([
|
||||
'company_id' => $this->header('company')
|
||||
'company_id' => $this->header('company'),
|
||||
])
|
||||
->toArray();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user