From af5eac6432136c03d8bc4cc686e916e331fc1a57 Mon Sep 17 00:00:00 2001 From: 3x1io <3x1io@users.noreply.github.com> Date: Mon, 25 Nov 2024 02:57:45 +0000 Subject: [PATCH] Format Code --- src/FilamentAlertsPlugin.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/FilamentAlertsPlugin.php b/src/FilamentAlertsPlugin.php index 9b19583..23a7ded 100644 --- a/src/FilamentAlertsPlugin.php +++ b/src/FilamentAlertsPlugin.php @@ -3,10 +3,8 @@ namespace TomatoPHP\FilamentAlerts; use Filament\Contracts\Plugin; -use Filament\Notifications\Notification; use Filament\Panel; use Filament\SpatieLaravelTranslatablePlugin; -use Illuminate\Database\Eloquent\Model; use Illuminate\Support\Facades\Config; use TomatoPHP\FilamentAlerts\Facades\FilamentAlerts; use TomatoPHP\FilamentAlerts\Filament\Pages\EmailSettingsPage;