fix template of CrudController (maker)

This commit is contained in:
Simon Vieille 2024-03-25 15:27:06 +01:00
parent f57cc8e4d6
commit 70329ceeda
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@
### Fixed
* fix default crud sort
* fix hidden save button in file manager
* fix template of CrudController (maker)
## [v1.24.1] - 2024-02-01
### Fixed

View file

@ -11,7 +11,7 @@ use <?php echo $entity; ?> as Entity;
use <?php echo $factory; ?> as Factory;
use <?php echo $form; ?> as Type;
use <?php echo $repository_query; ?> as RepositoryQuery;
use Sensio\Bundle\FrameworkExtraBundle\Configuration\IsGranted
use Sensio\Bundle\FrameworkExtraBundle\Configuration\IsGranted;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpFoundation\Session\Session;