Browse Source

remove reference to Caracole

develop
charly 3 years ago
parent
commit
2ff49b8bef
2 changed files with 0 additions and 4 deletions
  1. +0
    -2
      Controller/Reminder/ReminderAdminController.php
  2. +0
    -2
      Repository/Site/NewsRepositoryQuery.php

+ 0
- 2
Controller/Reminder/ReminderAdminController.php View File

namespace Lc\SovBundle\Controller\Reminder; namespace Lc\SovBundle\Controller\Reminder;


use Doctrine\ORM\EntityManagerInterface; use Doctrine\ORM\EntityManagerInterface;
use Lc\CaracoleBundle\Resolver\MerchantResolver;
use Lc\CaracoleBundle\Resolver\SectionResolver;
use Lc\SovBundle\Factory\Reminder\ReminderFactory; use Lc\SovBundle\Factory\Reminder\ReminderFactory;
use Lc\SovBundle\Factory\Reminder\ReminderFactoryInterface; use Lc\SovBundle\Factory\Reminder\ReminderFactoryInterface;
use Lc\SovBundle\Form\Reminder\ReminderAdminFormType; use Lc\SovBundle\Form\Reminder\ReminderAdminFormType;

+ 0
- 2
Repository/Site/NewsRepositoryQuery.php View File

namespace Lc\SovBundle\Repository\Site; namespace Lc\SovBundle\Repository\Site;


use Knp\Component\Pager\PaginatorInterface; use Knp\Component\Pager\PaginatorInterface;
use Lc\CaracoleBundle\Repository\StatusRepositoryQueryTrait;
use Lc\SovBundle\Repository\AbstractRepositoryQuery; use Lc\SovBundle\Repository\AbstractRepositoryQuery;


class NewsRepositoryQuery extends AbstractRepositoryQuery implements NewsRepositoryQueryInterface class NewsRepositoryQuery extends AbstractRepositoryQuery implements NewsRepositoryQueryInterface
{ {
use StatusRepositoryQueryTrait;


public function __construct(NewsRepository $repository, PaginatorInterface $paginator) public function __construct(NewsRepository $repository, PaginatorInterface $paginator)
{ {

Loading…
Cancel
Save