src/IlaveU/Apps/SubscriptionProductBundle/IlaveUSubscriptionProductBundle.php line 9
<?php// src/Acme/TestBundle/AcmeTestBundle.phpnamespace App\IlaveU\Apps\SubscriptionProductBundle;use Symfony\Component\HttpKernel\Bundle\Bundle;use Symfony\Component\DependencyInjection\ContainerBuilder;use App\IlaveU\Apps\SubscriptionProductBundle\DependencyInjection\IlaveUSubscriptionProductExtension;class IlaveUSubscriptionProductBundle extends Bundle{public function build(ContainerBuilder $container){parent::build($container);$ext = new IlaveUSubscriptionProductExtension([],$container);}}