File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ class TranslationManagerPage extends Page
21
21
*/
22
22
const PAGE_LIMIT = 20 ;
23
23
24
- protected static ?string $ navigationIcon = null ;
25
-
26
24
private ChainedTranslationManager $ chainedTranslationManager ;
27
25
28
26
public array $ groups ;
@@ -89,6 +87,11 @@ public static function getNavigationLabel(): string
89
87
return trans ('filament-translation-manager::messages.title ' );
90
88
}
91
89
90
+ public static function getNavigationIcon (): ?string
91
+ {
92
+ return config ('filament-translation-manager.navigation_icon ' );
93
+ }
94
+
92
95
public function getTitle (): string
93
96
{
94
97
return trans ('filament-translation-manager::messages.title ' );
@@ -110,7 +113,6 @@ private function loadInitialData(): void
110
113
111
114
$ this ->locales = $ this ->getLocalesData ();
112
115
$ this ->selectedLocales = $ this ->locales ;
113
- static ::$ navigationIcon = config ('filament-translation-manager.navigation_icon ' ) ?? null ;
114
116
115
117
$ this ->filterTranslations ();
116
118
}
You can’t perform that action at this time.
0 commit comments