소스 검색

Correctifs Reminder

feature/symfony6.1
Guillaume 2 년 전
부모
커밋
a131b8c348
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -0
      Controller/Reminder/ReminderAdminController.php
  2. +1
    -1
      Twig/StoreTwigExtension.php

+ 2
- 0
Controller/Reminder/ReminderAdminController.php 파일 보기

@@ -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 파일 보기

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

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


Loading…
취소
저장