Fix links to products.

This commit is contained in:
2026-01-28 08:31:41 +01:00
parent 5696f23f3d
commit 6da4f4257e
3 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ class ScrapeWebsite extends Command
$progress = new ProgressBar($output);
$countries = Country::all();
foreach($countries as $country) {
$output->writeln('Country name: ' . $country->countryName."\n");
$output->writeln('Country name: ' . $country->countryName);
$progress->start();
$products = $this->getProducts($country);
$progress->setMaxSteps(count($products));