X-Git-Url: https://git.piment-noir.org/?p=Project_proches_de_moi-server.git;a=blobdiff_plain;f=config%2Fbundles.php;h=17b973dd981d313e74ad69ea2675093fc355a774;hp=e6cf935e3509d2918a18463766ddb5f59ec43974;hb=43f58db4196ece08549c1adafb2ca0aa1ad02cf1;hpb=73860922259915d0966281384d8efdb97d259a45 diff --git a/config/bundles.php b/config/bundles.php index e6cf935..17b973d 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -7,6 +7,6 @@ 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], ];