|
|
@@ -3,18 +3,14 @@ |
|
|
|
namespace Lc\CaracoleBundle\Repository\Reminder; |
|
|
|
|
|
|
|
use Lc\CaracoleBundle\Repository\RepositoryMerchantTrait; |
|
|
|
use Lc\SovBundle\Repository\AbstractRepositoryQuery; |
|
|
|
use Knp\Component\Pager\PaginatorInterface; |
|
|
|
use Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository; |
|
|
|
use Lc\CaracoleBundle\Container\MyContainer; |
|
|
|
use Lc\SovBundle\Repository\Reminder\ReminderRepositoryQuery as BaseReminderRepositoryQuery; |
|
|
|
use Lc\SovBundle\Repository\Reminder\ReminderRepositoryQuery as SovReminderRepositoryQuery; |
|
|
|
|
|
|
|
/** |
|
|
|
* class ReminderRepositoryQuery. |
|
|
|
* |
|
|
|
* @author Simon Vieille <simon@deblan.fr> |
|
|
|
*/ |
|
|
|
class ReminderRepositoryQuery extends AbstractRepositoryQuery |
|
|
|
class ReminderRepositoryQuery extends SovReminderRepositoryQuery |
|
|
|
{ |
|
|
|
use RepositoryMerchantTrait; |
|
|
|
} |