X-Git-Url: https://git.rapsys.eu/airlibre/blobdiff_plain/c4438f66f2ebfd5ae516c3174ac2b68c7e807189..f5acdabc90c0b0f77a6aab1dc059fc685f45023a:/config/bundles.php diff --git a/config/bundles.php b/config/bundles.php index 9c03cd5..e987f7a 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -9,4 +9,5 @@ return [ Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true], Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true], Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true], + Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true], ];