mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 16:32:15 +00:00
Create client frontend
This commit is contained in:
@@ -26,7 +26,7 @@ class OasisClientResource extends JsonResource
|
||||
'id' => $this->id,
|
||||
'name' => $this->name,
|
||||
'email' => $this->email,
|
||||
'avatar' => url('/assets/images/default-avatar.png'),
|
||||
'avatar' => $this->avatar,
|
||||
'totalNet' => format_to_currency($total_net, 'CZK'),
|
||||
'totalInvoices' => $total_invoices,
|
||||
'type' => 'client',
|
||||
|
||||
Reference in New Issue
Block a user