create([ 'name' => 'Test User', 'email' => 'test@example.com', 'password' => Hash::make('Password@123'), ]); // 运行其他 seeder $this->call([ SystemConfigSeeder::class, RolePermissionSeeder::class, ]); } }