call(AdminInitSeeder::class); $this->call(SystemExtensionSeeder::class); $this->call(WorkbenchMenusSeeder::class); $this->call(CourseDictionarySeeder::class); $this->call(ActivityDictionarySeeder::class); $this->call(NewsDictionarySeeder::class); $this->call(TeacherDictionarySeeder::class); $this->call(TalentMenusSeeder::class); $this->call(DataAssetsMenusSeeder::class); $this->call(CrawlSourcesSeeder::class); $this->call(TeacherSampleSeeder::class); $this->call(PaperSampleSeeder::class); $this->call(DemandDictionarySeeder::class); $this->call(DemandSampleSeeder::class); $this->call(MiniappUserSampleSeeder::class); } }