Skip to content

Commit 0f925ee

Browse files
committed
fix: change static view property to instance property in MyProfilePage
1 parent 18a9809 commit 0f925ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pages/MyProfilePage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class MyProfilePage extends Page
1010
{
1111
protected static BackedEnum|string|null $navigationIcon = 'heroicon-o-document-text';
1212

13-
protected static string $view = 'wirement-breeze::filament.pages.my-profile';
13+
protected string $view = 'wirement-breeze::filament.pages.my-profile';
1414

1515
public function getTitle(): string|Htmlable
1616
{

0 commit comments

Comments
 (0)