call(LaratrustSeeder::class); $this->call(UserTableSeeder::class); $this->call(CategoryTableSeeder::class); $this->call('PostsTableSeeder'); $this->call('PostTranslationsTableSeeder'); $this->call('PagesTableSeeder'); $this->call('PageTranslationsTableSeeder'); } }