Explorar el Código

Correctifs Reminder

feature/symfony6.1
Guillaume hace 2 años
padre
commit
a131b8c348
Se han modificado 2 ficheros con 3 adiciones y 1 borrados
  1. +2
    -0
      Controller/Reminder/ReminderAdminController.php
  2. +1
    -1
      Twig/StoreTwigExtension.php

+ 2
- 0
Controller/Reminder/ReminderAdminController.php Ver fichero

@@ -6,6 +6,7 @@ use Doctrine\ORM\EntityManagerInterface;
use Lc\CaracoleBundle\Resolver\MerchantResolver;
use Lc\CaracoleBundle\Resolver\SectionResolver;
use Lc\SovBundle\Container\Reminder\ReminderContainer;
use Lc\SovBundle\Controller\ControllerTrait;
use Lc\SovBundle\Factory\Reminder\ReminderFactory;
use Lc\SovBundle\Form\Reminder\ReminderAdminFormType;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
@@ -19,6 +20,7 @@ use Symfony\Component\Routing\Annotation\Route;

class ReminderAdminController extends AbstractController
{
use ControllerTrait;

protected EntityManagerInterface $entityManager;
protected ReminderContainer $reminderContainer;

+ 1
- 1
Twig/StoreTwigExtension.php Ver fichero

@@ -35,7 +35,7 @@ class StoreTwigExtension extends AbstractExtension

public function getReminders($params)
{
//TODO !!!!!!
// @TODO : à faire
return array();
}


Cargando…
Cancelar
Guardar