更新 DatabaseSeeder:调整默认用户信息

This commit is contained in:
2025-12-18 09:10:50 +08:00
parent fa00da5966
commit 2ad101c297

View File

@@ -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(),
], ],