mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 08:32:14 +00:00
record daily traffic instead of monthly
This commit is contained in:
@@ -485,7 +485,7 @@ if (! function_exists('user_storage_percentage')) {
|
||||
/**
|
||||
* Get user capacity fill by percentage
|
||||
*/
|
||||
function user_storage_percentage($id, int $additionals = null)
|
||||
function user_storage_percentage($id, ?int $additionals = null)
|
||||
{
|
||||
$user = User::findOrFail($id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user