From: Louis Jeckel Date: Thu, 10 Sep 2020 15:41:13 +0000 (+0200) Subject: Update RegisterController.php X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=e5e3545402b65721523119be39f357220197a8b7;p=psq.git Update RegisterController.php --- diff --git a/app/Http/Controllers/Auth/RegisterController.php b/app/Http/Controllers/Auth/RegisterController.php index 393e193..615042f 100644 --- a/app/Http/Controllers/Auth/RegisterController.php +++ b/app/Http/Controllers/Auth/RegisterController.php @@ -95,7 +95,7 @@ class RegisterController extends Controller $user->startTrial(); - $user->sendEmailVerificationNotification(); +// $user->sendEmailVerificationNotification(); return $user; }