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