feat: implement product variant CRUD operations and tenant configuration seeding
This commit is contained in:
@@ -24,6 +24,7 @@ class DatabaseSeeder extends Seeder
|
||||
|
||||
$this->call([
|
||||
TenantSeeder::class,
|
||||
AttributeSeeder::class,
|
||||
CategorySeeder::class,
|
||||
BrandSeeder::class,
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user