Skip to content

Commit

Permalink
Merge branch 'main' of github.com:vormkracht10/filament-mails
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa committed Sep 6, 2024
2 parents 21846a9 + 317c04c commit 2ad47f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions src/FilamentMailsPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@
namespace Vormkracht10\FilamentMails;

use Filament\Contracts\Plugin;
use Filament\Facades\Filament;
use Filament\Navigation\NavigationItem;
use Filament\Panel;
use Filament\Support\Colors\Color;
use Vormkracht10\FilamentMails\Resources\EventResource;
use Vormkracht10\FilamentMails\Resources\MailResource;

class FilamentMailsPlugin implements Plugin
{
Expand All @@ -29,7 +25,7 @@ public function register(Panel $panel): void

public function boot(Panel $panel): void
{
//
//
}

public static function make(): static
Expand Down
1 change: 0 additions & 1 deletion src/Resources/EventResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public static function getLabel(): ?string
return __('Events');
}


public static function getNavigationIcon(): string
{
return 'heroicon-o-calendar';
Expand Down

0 comments on commit 2ad47f0

Please sign in to comment.