更新 DatabaseSeeder:调整默认用户信息
This commit is contained in:
@@ -27,10 +27,10 @@ class DatabaseSeeder extends Seeder
|
|||||||
);
|
);
|
||||||
|
|
||||||
User::updateOrCreate(
|
User::updateOrCreate(
|
||||||
['email' => 'guxinpei@qq.com'],
|
['email' => 'test@qq.com'],
|
||||||
[
|
[
|
||||||
'name' => 'roog',
|
'name' => 'test',
|
||||||
'password' => Hash::make('w2021976'),
|
'password' => Hash::make('test'),
|
||||||
'is_active' => true,
|
'is_active' => true,
|
||||||
'email_verified_at' => now(),
|
'email_verified_at' => now(),
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user