We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86af045 commit 052f0e3Copy full SHA for 052f0e3
1 file changed
src/CmsPanelProvider.php
@@ -181,7 +181,6 @@ protected function configureNavigation(Panel $panel): Panel
181
182
protected function configureTourGuideElements(Panel $panel): Panel
183
{
184
- // todo: add translations
185
return $panel
186
->userMenuItems([
187
// \SolutionForest\InspireCms\Filament\Navigation\MenuItem::make()
@@ -335,6 +334,5 @@ protected function replaceViewComponents()
335
334
Blade::component('filament-panels::user-menu', ViewComponents\Filament\UserMenu::class);
336
337
Blade::component('filament-panels::resources.relation-managers', ViewComponents\Filament\Resources\RelationManagers::class);
338
-
339
}
340
0 commit comments