call([ CurrencySeeder::class, PlayTypeSeeder::class, LotterySettingsSeeder::class, ]); // 演示管理员 + 演示玩家:**勿在生产库执行**(或确保 APP_ENV≠production) if (! app()->environment('production')) { $this->call([ AdminRbacAndUserSeeder::class, DevPlayerAndWalletSeeder::class, ]); } } }