Skip to content

Commit a7f4047

Browse files
committed
Trait FilamentPagesConcernsHasMaxWidth not found #5
1 parent af45a89 commit a7f4047

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Filament/Pages/Billing.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
use Filament\Pages\SimplePage;
1212
use Filament\Pages\Concerns;
1313
use Filament\Panel;
14-
use Filament\Support\Enums\MaxWidth;
1514
use Illuminate\Database\Eloquent\Model;
1615
use Illuminate\Support\Carbon;
1716
use Illuminate\Support\Facades\Event;
@@ -27,7 +26,6 @@
2726

2827
class 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';

0 commit comments

Comments
 (0)