Browse Source

Update AppRegisterController.php

Daniel Supernault 5 months ago
parent
commit
509a50b8e0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Http/Controllers/AppRegisterController.php

+ 1 - 0
app/Http/Controllers/AppRegisterController.php

@@ -158,6 +158,7 @@ class AppRegisterController extends Controller
             'password' => Hash::make($password),
             'app_register_ip' => request()->ip(),
             'register_source' => 'app',
+            'email_verified_at' => now(),
         ]);
 
         sleep(random_int(5,10));