refactor: update seeders
This commit is contained in:
parent
b620f1e9af
commit
15224097e1
@ -60,7 +60,7 @@ class UserSeeder extends Seeder
|
|||||||
'name' => 'Admin',
|
'name' => 'Admin',
|
||||||
'email' => 'staffmember@example.com',
|
'email' => 'staffmember@example.com',
|
||||||
'email_verified_at' => now(),
|
'email_verified_at' => now(),
|
||||||
'username' => 'admin',
|
'username' => 'staff_user',
|
||||||
'registrationIp' => '0.0.0.0',
|
'registrationIp' => '0.0.0.0',
|
||||||
'currentIp' => '0.0.0.0',
|
'currentIp' => '0.0.0.0',
|
||||||
'password' => Hash::make('password'),
|
'password' => Hash::make('password'),
|
||||||
@ -69,8 +69,8 @@ class UserSeeder extends Seeder
|
|||||||
|
|
||||||
$endUser = User::create(([
|
$endUser = User::create(([
|
||||||
'uuid' => 'b741345057274a519144881927be0290', // Ghost
|
'uuid' => 'b741345057274a519144881927be0290', // Ghost
|
||||||
'name' => 'Admin',
|
'name' => 'End User',
|
||||||
'email' => 'admin@example.com',
|
'email' => 'enduser@example.com',
|
||||||
'email_verified_at' => now(),
|
'email_verified_at' => now(),
|
||||||
'username' => 'admin',
|
'username' => 'admin',
|
||||||
'registrationIp' => '0.0.0.0',
|
'registrationIp' => '0.0.0.0',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user