mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
update tests for the user email verification
This commit is contained in:
@@ -404,6 +404,7 @@ class SetupWizardController extends Controller
|
||||
'role' => 'admin',
|
||||
'email' => $request->email,
|
||||
'password' => bcrypt($request->password),
|
||||
'email_verified_at' => now(),
|
||||
]);
|
||||
|
||||
$user
|
||||
|
||||
Reference in New Issue
Block a user