diff --git a/app/Listeners/NotifyFailedPlugin.php b/app/Listeners/NotifyFailedPlugin.php index 3d1c7f1f..2e9f32c8 100644 --- a/app/Listeners/NotifyFailedPlugin.php +++ b/app/Listeners/NotifyFailedPlugin.php @@ -2,8 +2,8 @@ namespace App\Listeners; -use Event; use App\Models\User; +use Event; class NotifyFailedPlugin {