call(RoleSeeder::class); $this->call(UserSeeder::class); $this->call(ClassificationSeeder::class); $this->call(SubClassificationSeeder::class); $this->call(LocationSeeder::class); $this->call(SubLocationSeeder::class); $this->call(ContentRecapClassificationSeeder::class); $this->call(ContentRecapSeeder::class); $this->call(NewsSeeder::class); $this->call(CompanySeeder::class); $this->call(MediaSeeder::class); $this->call(JournalistSeeder::class); $this->call(GovernmentAgencySeeder::class); $this->call(MediaMonitoringSeeder::class); $this->call(IssueManagementSeeder::class); } }