call(CategorySeeder::class); $this->call(InventorySeeder::class); $this->call(CoreSeeder::class); $this->call(AttributeSeeder::class); $this->call(UserSeeder::class); $this->call(CustomerSeeder::class); $this->call(CMSSeeder::class); $this->call(SocialLoginSeeder::class); } }