Skip to content

Commit

Permalink
Fix namespace Expr in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Matzz committed Jun 3, 2013
1 parent 2fa3051 commit 6c0de0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ namespace Project\Bundle\SuperBundle\Filter;

use Symfony\Component\Form\AbstractType;
use Symfony\Component\Form\FormBuilder;
use Lexik\Bundle\FormFilterBundle\Filter\Expr;
use Lexik\Bundle\FormFilterBundle\Filter\ORM\Expr;
use Doctrine\ORM\QueryBuilder;

class MySuperFilterType extends AbstractType
Expand Down

0 comments on commit 6c0de0b

Please sign in to comment.