call([AdminSeeder::class]); $this->call([StaticInfoSeeder::class]); $this->call([ProjectSeeder::class]); $this->call([ContactSeeder::class]); $this->call([RecentWorksSedder::class]); $this->call([ServiceSeeder::class]); $this->call([SocialMediaSeeder::class]); $this->call([WorksSeeder::class]); } }