X-Git-Url: https://git.rapsys.eu/veranda/blobdiff_plain/b7fd42e586488925d87c703e7ef4f43eb9e6647e..ad04bf9d6f754338f26a6bbcc015793186506817:/config/bundles.php?ds=sidebyside diff --git a/config/bundles.php b/config/bundles.php index 52e627d..9078a5b 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -6,4 +6,5 @@ return [ Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true, 'test' => true], Rapsys\TreeBundle\RapsysTreeBundle::class => ['all' => true], Rapsys\PackBundle\RapsysPackBundle::class => ['all' => true], + Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true], ];