vendor/roothirsch/configurator-bundle/ConfiguratorBundle.php line 9

Open in your IDE?
  1. <?php
  2. namespace Roothirsch\ConfiguratorBundle;
  3. use Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\DoctrineOrmMappingsPass;
  4. use Symfony\Component\DependencyInjection\ContainerBuilder;
  5. use Symfony\Component\HttpKernel\Bundle\Bundle;
  6. class ConfiguratorBundle extends Bundle
  7. {
  8. }