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 9c0efd9 commit 74a5ae8Copy full SHA for 74a5ae8
src/FilamentMailsPlugin.php
@@ -5,7 +5,6 @@
5
use Filament\Contracts\Plugin;
6
use Filament\Panel;
7
use Filament\Support\Colors\Color;
8
-use Leandrocfe\FilamentApexCharts\FilamentApexChartsPlugin;
9
10
class FilamentMailsPlugin implements Plugin
11
{
@@ -23,8 +22,7 @@ public function register(Panel $panel): void
23
22
->resources([
24
config('filament-mails.resources.mail'),
25
config('filament-mails.resources.event'),
26
- ])
27
- ->plugin(FilamentApexChartsPlugin::make());
+ ]);
28
}
29
30
public function boot(Panel $panel): void
@@ -44,4 +42,4 @@ public static function get(): static
44
42
45
43
return $plugin;
46
47
-}
+}
0 commit comments