sauvegarde

This commit is contained in:
2019-03-12 14:50:57 +01:00
parent d3c0402428
commit 72dc02e3bd
3467 changed files with 66762 additions and 41188 deletions

View File

@ -25,8 +25,16 @@ class AppKernel extends Kernel
new Oneup\UploaderBundle\OneupUploaderBundle(),
new Tetranz\Select2EntityBundle\TetranzSelect2EntityBundle(),
new AppBundle\AppBundle(),
new Cadoles\CoreBundle\CadolesCoreBundle(),
new LightSaml\SymfonyBridgeBundle\LightSamlSymfonyBridgeBundle(),
new LightSaml\SpBundle\LightSamlSpBundle(),
new Cadoles\SAMLBundle\CadolesSAMLBundle(),
new Cadoles\CASBundle\CadolesCASBundle(),
new Cadoles\CoreBundle\CadolesCoreBundle()
];
if (in_array($this->getEnvironment(), ['dev', 'test'], true)) {