mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Shift to consistent, fluent response chains
This commit is contained in:
@@ -168,7 +168,7 @@ class RegisterController extends Controller
|
||||
);
|
||||
Invite::consume($inviteCode);
|
||||
|
||||
return $this->registered($request, $user) ?: redirect($this->redirectPath())->with('info', 'Your Account has been created. You will receive a separate verification email shortly.');
|
||||
return $this->registered($request, $user) ?: redirect()->to($this->redirectPath())->with('info', 'Your Account has been created. You will receive a separate verification email shortly.');
|
||||
}
|
||||
break;
|
||||
case 'view':
|
||||
|
||||
Reference in New Issue
Block a user