We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f925ee commit 8cce70fCopy full SHA for 8cce70f
src/Pages/MyProfilePage.php
@@ -4,6 +4,7 @@
4
5
use BackedEnum;
6
use Filament\Pages\Page;
7
+use Filament\Panel;
8
use Illuminate\Contracts\Support\Htmlable;
9
10
class MyProfilePage extends Page
@@ -27,7 +28,7 @@ public function getSubheading(): string|Htmlable|null
27
28
return __('wirement-breeze::default.profile.subheading') ?? null;
29
}
30
- public static function getSlug(): string
31
+ public static function getSlug(?Panel $panel = null): string
32
{
33
return filament('wirement-breeze')->slug();
34
0 commit comments