feat: implement product variant CRUD operations and tenant configuration seeding

This commit is contained in:
2026-06-29 11:59:07 -03:00
parent 9b7d728117
commit 0206ee2985
10 changed files with 227 additions and 96 deletions

View File

@@ -24,6 +24,7 @@ class DatabaseSeeder extends Seeder
$this->call([
TenantSeeder::class,
AttributeSeeder::class,
CategorySeeder::class,
BrandSeeder::class,
]);