bundles.php 329 B

12345678
  1. <?php
  2. return [
  3. Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
  4. Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle::class => ['all' => true],
  5. Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
  6. Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
  7. ];