call(FakeUserTableSeeder::class); break; case 'testing': $this->call(FakeUserTableSeeder::class); break; case 'production': break; } } }