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