@@ -17,6 +17,9 @@ |
||
17 | 17 | */ |
18 | 18 | class StingerSoftEntitySearchBundle extends Bundle { |
19 | 19 | |
20 | + /** |
|
21 | + * @param string $env |
|
22 | + */ |
|
20 | 23 | public static function getRequiredBundles($env) { |
21 | 24 | $bundles = array(); |
22 | 25 | $bundles['StingerSoftEntitySearchBundle'] = '\StingerSoft\EntitySearchBundle\StingerSoftEntitySearchBundle'; |
@@ -16,7 +16,6 @@ |
||
16 | 16 | use StingerSoft\EntitySearchBundle\Model\ResultSetAdapter; |
17 | 17 | use StingerSoft\EntitySearchBundle\Model\Result\FacetSetAdapter; |
18 | 18 | use StingerSoft\EntitySearchBundle\Model\Result\FacetSet; |
19 | -use StingerSoft\EntitySearchBundle\Model\Result\FacetAdapter; |
|
20 | 19 | |
21 | 20 | class DummySearchService extends AbstractSearchService { |
22 | 21 |