Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
DariusIII
2020-01-01 23:03:32 +00:00
committed by StyleCI Bot
parent 27c8001435
commit ad1a6673f5
27 changed files with 338 additions and 349 deletions
@@ -183,7 +183,7 @@ class RegisterController extends Controller
return $this->registered($request, $user) ?: redirect($this->redirectPath())->with('info', 'Your Account has been created. You will receive a separate verification email shortly.');
}
break;
case 'view': {
case 'view':
// See if it is a valid invite.
if (($inviteCode !== null) && ! Invite::isValid($inviteCode)) {
$error = 'Invalid invitation token!';
@@ -192,7 +192,7 @@ class RegisterController extends Controller
$showRegister = 1;
}
break;
}
}
app('smarty.view')->assign(
[