From e5e3545402b65721523119be39f357220197a8b7 Mon Sep 17 00:00:00 2001 From: Louis Jeckel Date: Thu, 10 Sep 2020 17:41:13 +0200 Subject: [PATCH] Update RegisterController.php --- app/Http/Controllers/Auth/RegisterController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5