Update AdminController.php
This commit is contained in:
parent
49981c8c6c
commit
0afd520412
|
@ -121,7 +121,7 @@ class AdminController extends Controller
|
|||
|
||||
$user = User::create([
|
||||
'name' => 'Admin-Created-' . random_str(8),
|
||||
'email' => random_str(8) . '@test.com',
|
||||
'email' => random_str(8) . '@example.com',
|
||||
'password' => Hash::make(random_str(32)),
|
||||
'role' => 'user',
|
||||
'block' => 'no',
|
||||
|
|
Loading…
Reference in New Issue