X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=config%2Fbundles.php;h=4be76836a0424a055fb89ef2ad581a5c7bf12489;hb=0a86529e66b5c3a97ed60dd8451129350a42829c;hp=e6cf935e3509d2918a18463766ddb5f59ec43974;hpb=ef3fa6e0362c650dec79f52a94b3644e31a124bb;p=Project_proches_de_moi-server.git diff --git a/config/bundles.php b/config/bundles.php index e6cf935..4be7683 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -7,6 +7,7 @@ return [ Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle::class => ['all' => true], Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true], Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true], - Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['dev' => true], + Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['all' => true], Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true], + Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true], ];