Fix AST namespace import

This commit is contained in:
Damien Alexandre
2014-09-22 17:11:33 +02:00
parent 1b8ae26c64
commit 9d2f01bca8
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ namespace Alchemy\Phrasea\SearchEngine\Elastic;
use Exception;
use AST\Node, AST\TextNode, AST\QuotedTextNode, AST\PrefixNode, AST\KeywordNode, AST\AndExpression, AST\OrExpression, AST\InExpression;
use Alchemy\Phrasea\SearchEngine\Elastic\AST as AST;
class QueryParser
{