X-Git-Url: https://git.piment-noir.org/?p=Project_proches_de_moi-server.git;a=blobdiff_plain;f=config%2Fbundles.php;h=b03f1c820dc681bc03f6d52147334245a09d0d6d;hp=c804243e832ee38bbe3c97bc5ffe542f6edf42b8;hb=2d8fc88c89a767baf394b2cb94f73babe1d938ce;hpb=6ebcc54aff2e0853406cac35a035cfbbdcf6b312 diff --git a/config/bundles.php b/config/bundles.php index c804243..b03f1c8 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -7,4 +7,5 @@ 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], ];