]> Raphaël G. Git Repositories - airlibre/commitdiff
Add twig bundle
authorRaphaël Gertz <git@rapsys.eu>
Tue, 27 Feb 2024 10:52:32 +0000 (11:52 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Tue, 27 Feb 2024 10:52:32 +0000 (11:52 +0100)
config/bundles.php

index c4891dfa3cedbf04cc77b5748e94e7f453d41a0e..947feadf9f9ff1f5c1cd24bbff8791d1a2067298 100644 (file)
@@ -13,4 +13,5 @@ return [
     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],
 ];