mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57:12 +00:00
fixed sorting interfaces.
This commit is contained in:
parent
4ad9b5e652
commit
552f3b15d5
2 changed files with 1 additions and 1 deletions
2
src/Sylius/Bundle/SalesBundle/Sorting/ORM/OrderSorter.php
Normal file → Executable file
2
src/Sylius/Bundle/SalesBundle/Sorting/ORM/OrderSorter.php
Normal file → Executable 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.
|
||||
|
|
|
|||
0
src/Sylius/Bundle/SalesBundle/Sorting/SorterInterface.php
Normal file → Executable file
0
src/Sylius/Bundle/SalesBundle/Sorting/SorterInterface.php
Normal file → Executable file
Loading…
Add table
Reference in a new issue