mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-06 02:33:48 +00:00
api refactoring
This commit is contained in:
@@ -109,7 +109,7 @@ class User extends Authenticatable implements MustVerifyEmail
|
||||
'used' => (float) get_storage_percentage($this->usedCapacity, $this->limitations->max_storage_amount),
|
||||
'used_formatted' => get_storage_percentage($this->usedCapacity, $this->limitations->max_storage_amount) . '%',
|
||||
'capacity' => $this->limitations->max_storage_amount,
|
||||
'capacity_formatted' => format_gigabytes($this->limitations->max_storage_amount),
|
||||
'capacity_formatted' => toGigabytes($this->limitations->max_storage_amount),
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user