dev push
This commit is contained in:
parent
144ffcd84d
commit
cfc501b386
|
@ -5,7 +5,7 @@ namespace Bluesquare\BillingBundle\DependencyInjection;
|
|||
use Symfony\Component\DependencyInjection\ContainerBuilder;
|
||||
use Symfony\Component\DependencyInjection\Extension\Extension;
|
||||
use Symfony\Component\Routing\Loader\YamlFileLoader;
|
||||
use Symfony\Component\HttpKernel\Config\FileLocator;
|
||||
use Symfony\Component\Config\FileLocator;
|
||||
|
||||
class BillingExtension extends Extension
|
||||
{
|
||||
|
@ -17,6 +17,7 @@ class BillingExtension extends Extension
|
|||
$container,
|
||||
new FileLocator(__DIR__.'/../Resources/config')
|
||||
);
|
||||
|
||||
$loader->load('services.yaml');
|
||||
|
||||
$this->addAnnotatedClassesToCompile([
|
||||
|
|
Loading…
Reference in New Issue