ソースを参照

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();
}


読み込み中…
キャンセル
保存