vendor/wearemarketing/webcontentbundle/WAMWebContentBundle.php line 9

Open in your IDE?
  1. <?php
  2. namespace WAM\Bundle\WebContentBundle;
  3. use Symfony\Component\DependencyInjection\ContainerBuilder;
  4. use Symfony\Component\HttpKernel\Bundle\Bundle;
  5. use WAM\Bundle\CoreBundle\DependencyInjection\Compiler\InjectTaggedWithPriorityServicesPass;
  6. class WAMWebContentBundle extends Bundle
  7. {
  8. }