Skip to content

Commit

Permalink
Merge pull request #373 from juliangums/patch-1
Browse files Browse the repository at this point in the history
Remove redundant $slug
  • Loading branch information
jeffgreco13 authored Jul 15, 2024
2 parents 406e40b + 72c6b85 commit 8f08c53
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Pages/MyProfilePage.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ class MyProfilePage extends Page
{
protected static ?string $navigationIcon = 'heroicon-o-document-text';

protected static ?string $slug = 'my-profile';

protected static string $view = 'filament-breezy::filament.pages.my-profile';

public function getTitle(): string
Expand Down

0 comments on commit 8f08c53

Please sign in to comment.