Online search

This commit is contained in:
2024-03-22 11:02:04 +01:00
parent 5aa4055be3
commit 6123a5532a
3 changed files with 7 additions and 13 deletions

View File

@@ -10,7 +10,7 @@ use Illuminate\Support\Facades\Log;
class IkeaProductsController extends Controller
{
public function search(Request $request, string $field, string $text, ?string $country = '', $online = false)
public function search(Request $request, string $field, string $text, ?string $country = '')
{
return IkeaProducts::search($field, $text, $country);
}