vendor/roothirsch/shop-bundle/ShopBundle.php line 10

Open in your IDE?
  1. <?php
  2. namespace Roothirsch\ShopBundle;
  3. use Roothirsch\CoreBundle\DependencyInjection\RoothirschCoreBundleExtension;
  4. use Symfony\Component\HttpKernel\Bundle\Bundle;
  5. use Symfony\Component\DependencyInjection\ContainerBuilder;
  6. class ShopBundle extends Bundle
  7. {
  8. }