feat(seeder): update image paths in ProductCatalogFromImagesSeeder and TenantSeeder, add new catalog images
This commit is contained in:
@@ -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}");
|
||||
|
||||
Reference in New Issue
Block a user