File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
src/Filament/Pages/Settings Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 6
6
use Filament \Forms ;
7
7
use Filament \Forms \Form ;
8
8
use Filament \Forms \Get ;
9
- use Filament \Pages \SettingsPage ;
10
9
use Illuminate \Support \Str ;
11
10
12
11
class ManageCachet extends SettingsPage
Original file line number Diff line number Diff line change 5
5
use Cachet \Settings \CustomizationSettings ;
6
6
use Filament \Forms ;
7
7
use Filament \Forms \Form ;
8
- use Filament \Pages \SettingsPage ;
9
8
10
9
class ManageCustomization extends SettingsPage
11
10
{
Original file line number Diff line number Diff line change 6
6
use Cachet \Settings \ThemeSettings ;
7
7
use Filament \Forms ;
8
8
use Filament \Forms \Form ;
9
- use Filament \Pages \SettingsPage ;
10
9
use Filament \Support \Colors \Color ;
11
10
use Filament \Support \Facades \FilamentColor ;
12
11
Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+ namespace Cachet \Filament \Pages \Settings ;
4
+
5
+ abstract class SettingsPage extends \Filament \Pages \SettingsPage
6
+ {
7
+ public function getTitle (): string
8
+ {
9
+ return self ::getNavigationLabel ();
10
+ }
11
+ }
You can’t perform that action at this time.
0 commit comments