Test Setup Failed
Branch master (f0a373)
by IRFA
04:05
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.
resource/lang/en/lockoutMessage.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 return [
4 4
 	
5
-	'locked' => 'This account has been locked.',
6
-	'user_unlock_success' => 'Account Unlocked',
7
-	'user_lock_success' => 'Account locked',
8
-	'user_lock_fail' => 'Account fail',
9
-	'user_lock_404' => "Can't unlock account, because this account not locked",
5
+    'locked' => 'This account has been locked.',
6
+    'user_unlock_success' => 'Account Unlocked',
7
+    'user_lock_success' => 'Account locked',
8
+    'user_lock_fail' => 'Account fail',
9
+    'user_lock_404' => "Can't unlock account, because this account not locked",
10 10
 
11 11
 ];
12 12
\ No newline at end of file
Please login to merge, or discard this patch.
resource/lang/id/lockoutMessage.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 return [
4 4
 
5
-	'locked' => 'Akun ini telah dikunci.',
6
-	'user_unlock_success' => 'Akun telah dibuka.',
7
-	'user_lock_success' => 'Akun berhasil dikunci.',
8
-	'user_lock_fail' => 'Akun Gagal Dikunci',
9
-	'user_lock_404' => "Can't unlock account, because this account not locked",
5
+    'locked' => 'Akun ini telah dikunci.',
6
+    'user_unlock_success' => 'Akun telah dibuka.',
7
+    'user_lock_success' => 'Akun berhasil dikunci.',
8
+    'user_lock_fail' => 'Akun Gagal Dikunci',
9
+    'user_lock_404' => "Can't unlock account, because this account not locked",
10 10
 
11 11
 ];
12 12
\ No newline at end of file
Please login to merge, or discard this patch.