We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1e2ee4 commit 66e5776Copy full SHA for 66e5776
1 file changed
app/app/Http/Controllers/SignUpController.php
@@ -56,8 +56,7 @@ public function createUser(Request $request)
56
if (Input::has('after_signup_redirect')) {
57
$confirmationLink.='?after_signup_redirect=/add-location';
58
}
59
- echo($confirmationLink);
60
-
+
61
//Send the email to the user.
62
Mail::send(new ConfirmationMail(
63
$newUser->first_name,
0 commit comments