isLocal()) { $this->call([ RolePermissionSeeder::class, UserSeeder::class, EmployeeSeeder::class, SystemConfigurationSeeder::class, CategorySeeder::class, ]); } if (app()->isProduction() || app()->environment('staging')) { $this->call([ RolePermissionSeeder::class, UserSeeder::class, SystemConfigurationSeeder::class, CashAccountSeeder::class, ]); } } }