Fix all errors after configuration update.
[Project_proches_de_moi-server.git] / config / bundles.php
index 17b973dd981d313e74ad69ea2675093fc355a774..4be76836a0424a055fb89ef2ad581a5c7bf12489 100644 (file)
@@ -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],
 ];