From ccfcceed379fcbddad03c3961517dcf5f3e5d6e1 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Wed, 11 Mar 2020 22:31:45 +0800 Subject: [PATCH] run php-cs-fixer --- app/Listeners/NotifyFailedPlugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {