mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
FIX: [dump] remove dump
This commit is contained in:
parent
8ee184e665
commit
9ada19ef23
@ -70,7 +70,6 @@ class SearchController extends AbstractController
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($request->query->has('q')) {
|
if ($request->query->has('q')) {
|
||||||
dump($request->query->get('q'));
|
|
||||||
$data = $search->convertTermsToFormData($searchProvider->parse(
|
$data = $search->convertTermsToFormData($searchProvider->parse(
|
||||||
$request->query->get('q')
|
$request->query->get('q')
|
||||||
));
|
));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user