mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-22 17:32:14 +00:00
swap stripe subscription
This commit is contained in:
@@ -26,6 +26,7 @@ class SubscriptionEventSubscriber
|
||||
|
||||
public function handleSubscriptionWasExpired($event)
|
||||
{
|
||||
// TODO: set default team members
|
||||
$event->subscription->user->limitations()->update([
|
||||
'max_storage_amount' => get_settings('default_max_storage_amount') ?? 5,
|
||||
'max_team_members' => 5,
|
||||
|
||||
Reference in New Issue
Block a user