Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
quintenbuis authored May 30, 2023
1 parent 40e8788 commit 0e569c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Pages/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ protected static function getNavigationLabel(): string
return config('filament-settings.label');
}

public function getTitle(): string {
public function getTitle(): string
{
return config("filament-settings.title");
}

Expand Down

0 comments on commit 0e569c1

Please sign in to comment.