mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-09 14:34:47 +00:00
Setup pint & run code style fix
This commit is contained in:
@@ -25,7 +25,7 @@ class CompanyResource extends JsonResource
|
||||
'address' => $this->when($this->address()->exists(), function () {
|
||||
return new AddressResource($this->address);
|
||||
}),
|
||||
'roles' => RoleResource::collection($this->roles)
|
||||
'roles' => RoleResource::collection($this->roles),
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user