X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=config%2Fbundles.php;h=27dd46c4c1fa8a96c010cac7d4994bb74a98c35d;hb=HEAD;hp=17b973dd981d313e74ad69ea2675093fc355a774;hpb=43f58db4196ece08549c1adafb2ca0aa1ad02cf1;p=Project_proches_de_moi-server.git diff --git a/config/bundles.php b/config/bundles.php index 17b973d..27dd46c 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -9,4 +9,6 @@ return [ Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true], 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], ];