svg
This commit is contained in:
@ -17,24 +17,23 @@ class AppKernel extends Kernel
|
||||
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
|
||||
new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
|
||||
new \Symfony\Bundle\MakerBundle\MakerBundle(),
|
||||
|
||||
new Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle(),
|
||||
new Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle(),
|
||||
new Symfony\Bundle\AsseticBundle\AsseticBundle(),
|
||||
|
||||
new Gregwar\CaptchaBundle\GregwarCaptchaBundle(),
|
||||
new Oneup\UploaderBundle\OneupUploaderBundle(),
|
||||
new Tetranz\Select2EntityBundle\TetranzSelect2EntityBundle(),
|
||||
|
||||
new Ivory\CKEditorBundle\IvoryCKEditorBundle(),
|
||||
new LightSaml\SymfonyBridgeBundle\LightSamlSymfonyBridgeBundle(),
|
||||
new LightSaml\SpBundle\LightSamlSpBundle(),
|
||||
|
||||
new AppBundle\AppBundle(),
|
||||
|
||||
new LightSaml\SymfonyBridgeBundle\LightSamlSymfonyBridgeBundle(),
|
||||
new LightSaml\SpBundle\LightSamlSpBundle(),
|
||||
new Cadoles\SAMLBundle\CadolesSAMLBundle(),
|
||||
|
||||
new Cadoles\CASBundle\CadolesCASBundle(),
|
||||
|
||||
new Cadoles\CoreBundle\CadolesCoreBundle()
|
||||
new Cadoles\CoreBundle\CadolesCoreBundle(),
|
||||
new Cadoles\PortalBundle\CadolesPortalBundle()
|
||||
];
|
||||
|
||||
if (in_array($this->getEnvironment(), ['dev', 'test'], true)) {
|
||||
|
Reference in New Issue
Block a user