Skip to content

Commit

Permalink
feat: Updated app/Providers/Filament/AdminPanelPro
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Mar 10, 2024
1 parent e29ce96 commit 2340f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Providers/Filament/AdminPanelProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function panel(Panel $panel): Panel
->tenantRegistration(RegisterTeam::class)
->tenantProfile(EditTeamProfile::class)
->tenant(Team::class)
->tenantBillingProvider(new BillingProvider('basic'))
->tenantBillingProvider(new BillingProvider(env('STRIPE_PLAN_ID')))
->requiresTenantSubscription()
// ->tenantMiddleware([
// SyncSpatiePermissionsWithFilamentTenants::class,
Expand Down

0 comments on commit 2340f96

Please sign in to comment.