This commit is contained in:
Cyprian Beauvois 2019-07-16 12:12:58 +02:00
parent 144ffcd84d
commit cfc501b386
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@ namespace Bluesquare\BillingBundle\DependencyInjection;
use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Extension\Extension; use Symfony\Component\DependencyInjection\Extension\Extension;
use Symfony\Component\Routing\Loader\YamlFileLoader; use Symfony\Component\Routing\Loader\YamlFileLoader;
use Symfony\Component\HttpKernel\Config\FileLocator; use Symfony\Component\Config\FileLocator;
class BillingExtension extends Extension class BillingExtension extends Extension
{ {
@ -17,6 +17,7 @@ class BillingExtension extends Extension
$container, $container,
new FileLocator(__DIR__.'/../Resources/config') new FileLocator(__DIR__.'/../Resources/config')
); );
$loader->load('services.yaml'); $loader->load('services.yaml');
$this->addAnnotatedClassesToCompile([ $this->addAnnotatedClassesToCompile([