Commit f28c693d by Van

Normalement c'est good la surcharge

parent c66488f1
......@@ -57,6 +57,7 @@ class SearchController extends Base
public function search()
{
$formData = $this->app['request']->request->get('resa');
if ($formData){
if(!empty($formData['Type'])) {
foreach ($formData['Type'] as $typology) {
......@@ -84,10 +85,11 @@ class SearchController extends Base
'results' => $results
]);
}
}
}
}
/**
* @param array $idsProduct
* @param array $formData
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment