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

@@ -3,8 +3,6 @@
namespace Lc\SovBundle\Controller\Reminder;

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\ReminderFactoryInterface;
use Lc\SovBundle\Form\Reminder\ReminderAdminFormType;

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

@@ -3,12 +3,10 @@
namespace Lc\SovBundle\Repository\Site;

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

class NewsRepositoryQuery extends AbstractRepositoryQuery implements NewsRepositoryQueryInterface
{
use StatusRepositoryQueryTrait;

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

Loading…
Cancel
Save