@@ -5,7 +5,7 @@ |
||
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 |
@@ -5,7 +5,7 @@ |
||
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 |
@@ -2,10 +2,10 @@ |
||
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 |
@@ -2,10 +2,10 @@ |
||
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 |