fixed sorting interfaces.

This commit is contained in:
Paweł Jędrzejewski 2011-11-02 12:25:08 +01:00
parent 4ad9b5e652
commit 552f3b15d5
2 changed files with 1 additions and 1 deletions

View file

@ -13,7 +13,7 @@ namespace Sylius\Bundle\SalesBundle\Sorting\ORM;
use Symfony\Component\DependencyInjection\ContainerAware;
use Doctrine\ORM\QueryBuilder;
use Sylius\Bundle\AssortmentBundle\Sorting\SorterInterface;
use Sylius\Bundle\SalesBundle\Sorting\SorterInterface;
/**
* Default ORM sorter.

View file