diff --git a/src/Support/Listeners/SubscriptionEventSubscriber.php b/src/Support/Listeners/SubscriptionEventSubscriber.php index cd97835c..1ba5195f 100644 --- a/src/Support/Listeners/SubscriptionEventSubscriber.php +++ b/src/Support/Listeners/SubscriptionEventSubscriber.php @@ -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'] ]); }