vendor/setono/doctrine-orm-batcher-bundle/src/SetonoDoctrineORMBatcherBundle.php line 10

Open in your IDE?
  1. <?php
  2. declare(strict_types=1);
  3. namespace Setono\DoctrineORMBatcherBundle;
  4. use Symfony\Component\DependencyInjection\ContainerBuilder;
  5. use Symfony\Component\HttpKernel\Bundle\Bundle;
  6. final class SetonoDoctrineORMBatcherBundle extends Bundle
  7. {
  8.     public function build(ContainerBuilder $container): void
  9.     {
  10.         parent::build($container);
  11.     }
  12. }