Rename namespace for shorter name
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Ardent\ArdentParameterBundle\DependencyInjection;
|
||||
namespace Ardent\ParameterBundle\DependencyInjection;
|
||||
|
||||
use Ardent\ParameterBundle\Entity\Parameter;
|
||||
use Symfony\Component\Config\FileLocator;
|
||||
use Symfony\Component\DependencyInjection\ContainerBuilder;
|
||||
use Symfony\Component\DependencyInjection\Extension\Extension;
|
||||
@ -16,5 +17,9 @@ class ArdentParameterExtension extends Extension
|
||||
new FileLocator(__DIR__.'/../Resources/config')
|
||||
);
|
||||
$loader->load('services.yaml');
|
||||
|
||||
$this->addAnnotatedClassesToCompile([
|
||||
Parameter::class,
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user