Skip to content

Commit

Permalink
Set group label
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa committed Aug 30, 2024
1 parent 9ab33f9 commit 66b65be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FilamentMailsPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function boot(Panel $panel): void
Filament::serving(function () use ($panel) {
Filament::registerNavigationItems([

Check failure on line 34 in src/FilamentMailsPlugin.php

View workflow job for this annotation

GitHub Actions / phpstan

Call to deprecated method registerNavigationItems() of class Filament\FilamentManager: Use the `navigationItems()` method on the panel configuration instead.
NavigationItem::make()
->group(__('Test'))
->group(__('Mails'))
->label('Mails')
->url(fn(): string => MailResource::getUrl('index'))
->icon('heroicon-o-envelope')
Expand Down

0 comments on commit 66b65be

Please sign in to comment.