From 41dbddb1f7fb24127877932463e14230591e1d7e Mon Sep 17 00:00:00 2001 From: leroyv Date: Thu, 21 Nov 2024 14:30:26 +0100 Subject: [PATCH] Controller pour Reservations StatutCommandes,StatutTables et Tables avec le form et templates. --- src/Controller/PlatController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Controller/PlatController.php b/src/Controller/PlatController.php index d139b88..21bc50a 100644 --- a/src/Controller/PlatController.php +++ b/src/Controller/PlatController.php @@ -4,7 +4,7 @@ namespace App\Controller; use App\Entity\Plats; use App\Form\PlatType; -use App\Form\StatutCommandeType; +use App\Form\StatutCommandesType; use App\Repository\PlatsRepository; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Component\HttpFoundation\Response;