Filer items that have currently the lowest price.

This commit was merged in pull request #39.
This commit is contained in:
2026-01-11 10:32:29 +01:00
parent 653f94f9c9
commit 45343c9121
6 changed files with 41 additions and 3 deletions

View File

@@ -2,7 +2,6 @@
namespace Krzysiej\RyobiCrawler\Controller;
use Illuminate\Database\Eloquent\Builder;
use Krzysiej\RyobiCrawler\Models\Product;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\Routing\Attribute\Route;