X-Git-Url: https://git.piment-noir.org/?p=Project_proches_de_moi-server.git;a=blobdiff_plain;f=config%2Fbundles.php;fp=config%2Fbundles.php;h=27dd46c4c1fa8a96c010cac7d4994bb74a98c35d;hp=4be76836a0424a055fb89ef2ad581a5c7bf12489;hb=c4fba949ce8e98cadb9222a202b9e24b52dcb7f8;hpb=787fc3b74e498cb78f516e372827790ba78920ac diff --git a/config/bundles.php b/config/bundles.php index 4be7683..27dd46c 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -10,4 +10,5 @@ return [ Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['all' => true], Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true], Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true], + Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle::class => ['all' => true], ];