fix(seeder): update catalog path to reflect new directory structure

This commit is contained in:
2026-08-18 15:27:53 -03:00
parent e619c51ac9
commit 1a3f564afd

View File

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