@@ -51,7 +51,7 @@ |
||
51 | 51 | ]; |
52 | 52 | |
53 | 53 | if ($user && $user instanceof BannableContract && $user->isBanned()) { |
54 | - if($redirect_url === null) { |
|
54 | + if ($redirect_url === null) { |
|
55 | 55 | return redirect()->back()->withInput()->withErrors($errors); |
56 | 56 | } else { |
57 | 57 | return redirect($redirect_url)->withInput()->withErrors($errors); |
@@ -57,7 +57,7 @@ |
||
57 | 57 | $this->auth->logout(); |
58 | 58 | } |
59 | 59 | |
60 | - if($redirect_url === null) { |
|
60 | + if ($redirect_url === null) { |
|
61 | 61 | return redirect()->back()->withInput()->withErrors($errors); |
62 | 62 | } else { |
63 | 63 | return redirect($redirect_url)->withInput()->withErrors($errors); |