bundles.php 242 B

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