diff --git a/CHANGELOG.md b/CHANGELOG.md index ce3c0fc..2e0ceaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/core/Resources/maker/controller/CrudController.tpl.php b/src/core/Resources/maker/controller/CrudController.tpl.php index 2e44d4a..e2bf660 100644 --- a/src/core/Resources/maker/controller/CrudController.tpl.php +++ b/src/core/Resources/maker/controller/CrudController.tpl.php @@ -11,7 +11,7 @@ use as Entity; use as Factory; use as Type; use 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;