further improvements for the mobile admin
This commit is contained in:
@@ -169,7 +169,6 @@ class SeedDemoSwitcherTenants extends Command
|
||||
attributes: [
|
||||
'subscription_tier' => 'standard',
|
||||
'subscription_status' => 'active',
|
||||
'event_credits_balance' => 1,
|
||||
],
|
||||
);
|
||||
|
||||
@@ -198,7 +197,6 @@ class SeedDemoSwitcherTenants extends Command
|
||||
attributes: [
|
||||
'subscription_tier' => 'starter',
|
||||
'subscription_status' => 'active',
|
||||
'event_credits_balance' => 0,
|
||||
],
|
||||
);
|
||||
|
||||
@@ -229,7 +227,6 @@ class SeedDemoSwitcherTenants extends Command
|
||||
attributes: [
|
||||
'subscription_tier' => 'reseller',
|
||||
'subscription_status' => 'active',
|
||||
'event_credits_balance' => 2,
|
||||
],
|
||||
);
|
||||
|
||||
@@ -294,7 +291,6 @@ class SeedDemoSwitcherTenants extends Command
|
||||
attributes: [
|
||||
'subscription_tier' => 'reseller',
|
||||
'subscription_status' => 'active',
|
||||
'event_credits_balance' => 0,
|
||||
],
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user