]> Raphaƫl G. Git Repositories - airlibre/blobdiff - config/bundles.php
Readd config preload file
[airlibre] / config / bundles.php
index 04783c39a6c2b65a35035076fe09855f7adbd2e7..947feadf9f9ff1f5c1cd24bbff8791d1a2067298 100644 (file)
@@ -12,4 +12,6 @@ return [
     Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
     Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
     Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
+    Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
+    Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
 ];