call(CoreSeeder::class); $this->call(CommonSeeder::class); $this->call(CRMSeeder::class); $this->call(ProductSeeder::class); $this->call(StoreSeeder::class); $this->call(ServiceSeeder::class); $this->call(FinanceSeeder::class); } }