mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +00:00
set storage in event handleSubscriptionWasCreated
This commit is contained in:
@@ -14,7 +14,7 @@ class SubscriptionEventSubscriber
|
||||
|
||||
// Set user storage size
|
||||
$subscription->user->settings->update([
|
||||
'storage_size' => $features['max_storage_amount']
|
||||
'storage_capacity' => $features['max_storage_amount']
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user