bundles.php 255 B

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