File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 1111use Filament \Pages \SimplePage ;
1212use Filament \Pages \Concerns ;
1313use Filament \Panel ;
14- use Filament \Support \Enums \MaxWidth ;
1514use Illuminate \Database \Eloquent \Model ;
1615use Illuminate \Support \Carbon ;
1716use Illuminate \Support \Facades \Event ;
2726
2827class Billing extends Page implements HasActions
2928{
30- use Concerns \HasMaxWidth;
3129 use Concerns \HasTopbar;
3230 use InteractsWithActions;
3331
@@ -54,7 +52,6 @@ protected function getLayoutData(): array
5452 {
5553 return [
5654 'hasTopbar ' => $ this ->hasTopbar (),
57- 'maxWidth ' => $ this ->getMaxWidth (),
5855 ];
5956 }
6057
@@ -63,11 +60,6 @@ public function hasLogo(): bool
6360 return true ;
6461 }
6562
66- public function getMaxWidth (): MaxWidth | string | null
67- {
68- return MaxWidth::FiveExtraLarge;
69- }
70-
7163 protected static ?string $ title = 'Billing ' ;
7264
7365 protected static string $ view = 'filament-subscriptions::pages.billing ' ;
You can’t perform that action at this time.
0 commit comments