further improvements for the mobile admin

This commit is contained in:
Codex Agent
2025-12-12 21:47:34 +01:00
parent 1719d96fed
commit a35f81705d
15 changed files with 914 additions and 290 deletions

View File

@@ -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,
],
);