X-Git-Url: https://git.piment-noir.org/?p=Project_proches_de_moi-server.git;a=blobdiff_plain;f=config%2Fbundles.php;fp=config%2Fbundles.php;h=4be76836a0424a055fb89ef2ad581a5c7bf12489;hp=17b973dd981d313e74ad69ea2675093fc355a774;hb=98cb0edc4d9a5d2fab1a4442224cf402b6bdb1a9;hpb=eb0f8a4b6570192248292f1841f71ce2df39457f diff --git a/config/bundles.php b/config/bundles.php index 17b973d..4be7683 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -9,4 +9,5 @@ return [ Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true], Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['all' => true], Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true], + Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true], ];