Passed
Branch master (c015d7)
by IRFA
08:58 queued 05:41
created
src/Listeners/CleanLockoutAccount.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
 use Illuminate\Contracts\Queue\ShouldQueue;
6 6
 use Illuminate\Queue\InteractsWithQueue;
7 7
 use Illuminate\Auth\Events\Authenticated;
8
-use Illuminate\Support\Facades\Request,File;
8
+use Illuminate\Support\Facades\Request, File;
9 9
 use Irfa\Lockout\Func\Core;
10 10
 
11 11
 class CleanLockoutAccount extends Core
Please login to merge, or discard this patch.
src/Listeners/LockoutAccount.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
 use Illuminate\Contracts\Queue\ShouldQueue;
6 6
 use Illuminate\Queue\InteractsWithQueue;
7 7
 use Illuminate\Auth\Events\Failed;
8
-use Illuminate\Support\Facades\Request,File;
8
+use Illuminate\Support\Facades\Request, File;
9 9
 use Irfa\Lockout\Func\Core;
10 10
 
11 11
 class LockoutAccount extends Core
Please login to merge, or discard this patch.