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