create(); $this->call(PermissionSeeder::class); $this->call(RoleSeeder::class); $this->call(UsersTableSeeder::class); $this->call(CampaignSeeder::class); $this->call(QualificationSeeder::class); $this->call(TestPreparationSeeder::class); $this->call(SettingsSeeder::class); $this->call(LeadCategorySeeder::class); } }