feat(seeder): update image paths in ProductCatalogFromImagesSeeder and TenantSeeder, add new catalog images

This commit is contained in:
2026-07-31 11:45:29 -03:00
parent 3968a10f6a
commit ec1d80dff2
37 changed files with 52 additions and 12 deletions

View File

@@ -80,7 +80,7 @@ class ProductCatalogFromImagesSeeder extends Seeder
throw new RuntimeException("Tenant 'sonder' not found.");
}
$catalogPath = storage_path('public/catalog');
$catalogPath = public_path('images/catalog');
if (! is_dir($catalogPath)) {
throw new RuntimeException("Catalog directory not found at path: {$catalogPath}");