Skip to content

Commit

Permalink
Merge pull request #173 from saimaz/patch-paths
Browse files Browse the repository at this point in the history
Fixed wrong namespace paths
  • Loading branch information
saimaz committed May 3, 2016
2 parents 0488495 + 7d5cd77 commit cb294a4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DependencyInjection/Filter/DocumentValueFactory.php
Expand Up @@ -50,7 +50,7 @@ protected function configure(Definition $definition, array $configuration)
*/
protected function getNamespace()
{
return 'ONGR\FilterManagerBundle\Filters\Widget\Search\DocumentValue';
return 'ONGR\FilterManagerBundle\Filter\Widget\Search\DocumentValue';
}

/**
Expand Down
2 changes: 1 addition & 1 deletion DependencyInjection/Filter/FieldValueFactory.php
Expand Up @@ -50,7 +50,7 @@ protected function configure(Definition $definition, array $configuration)
*/
protected function getNamespace()
{
return 'ONGR\FilterManagerBundle\Filters\Widget\Search\FieldValue';
return 'ONGR\FilterManagerBundle\Filter\Widget\Search\FieldValue';
}

/**
Expand Down
2 changes: 0 additions & 2 deletions Filter/Widget/Search/FieldValue.php
Expand Up @@ -11,8 +11,6 @@

namespace ONGR\FilterManagerBundle\Filter\Widget\Search;

use ONGR\ElasticsearchDSL\Filter\TermFilter;
use ONGR\ElasticsearchDSL\Query\MatchQuery;
use ONGR\ElasticsearchDSL\Query\TermQuery;
use ONGR\ElasticsearchDSL\Search;
use ONGR\FilterManagerBundle\Filter\FilterState;
Expand Down

0 comments on commit cb294a4

Please sign in to comment.