Online search
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user