Controller pour Reservations StatutCommandes,StatutTables et Tables avec le form et templates.

This commit is contained in:
leroyv 2024-11-21 14:30:26 +01:00
parent 61adedb824
commit 41dbddb1f7

View File

@ -4,7 +4,7 @@ namespace App\Controller;
use App\Entity\Plats; use App\Entity\Plats;
use App\Form\PlatType; use App\Form\PlatType;
use App\Form\StatutCommandeType; use App\Form\StatutCommandesType;
use App\Repository\PlatsRepository; use App\Repository\PlatsRepository;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpFoundation\Response;