update tests for the user email verification

This commit is contained in:
Milos Holba
2021-05-22 16:01:25 +02:00
parent fd7a23225c
commit a7e26cb61f
5 changed files with 18 additions and 7 deletions

View File

@@ -178,6 +178,7 @@ class UserController extends Controller
'role' => $request->role,
'email' => $request->email,
'password' => bcrypt($request->password),
'email_verified_at' => now(),
]);
UserSettings::unguard();