call(RoleSeeder::class); $this->call(UserSeeder::class); $this->call(ClassificationSeeder::class); $this->call(SubClassificationSeeder::class); $this->call(CompanySeeder::class); $this->call(MediaSeeder::class); $this->call(JournalistSeeder::class); $this->call(GovernmentAgencySeeder::class); } }