Skip to content

Commit 66e5776

Browse files
committed
Removed echo statement
1 parent f1e2ee4 commit 66e5776

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

app/app/Http/Controllers/SignUpController.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ public function createUser(Request $request)
5656
if (Input::has('after_signup_redirect')) {
5757
$confirmationLink.='?after_signup_redirect=/add-location';
5858
}
59-
echo($confirmationLink);
60-
59+
6160
//Send the email to the user.
6261
Mail::send(new ConfirmationMail(
6362
$newUser->first_name,

0 commit comments

Comments
 (0)