diff options
Diffstat (limited to 'app/AppKernel.php')
-rw-r--r-- | app/AppKernel.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/AppKernel.php b/app/AppKernel.php index 40726f05..c4f465dc 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php | |||
@@ -42,6 +42,10 @@ class AppKernel extends Kernel | |||
42 | new OldSound\RabbitMqBundle\OldSoundRabbitMqBundle(), | 42 | new OldSound\RabbitMqBundle\OldSoundRabbitMqBundle(), |
43 | ]; | 43 | ]; |
44 | 44 | ||
45 | if (class_exists('FR3D\\LdapBundle\\FR3DLdapBundle')) { | ||
46 | $bundles[] = new FR3D\LdapBundle\FR3DLdapBundle(); | ||
47 | } | ||
48 | |||
45 | if (in_array($this->getEnvironment(), ['dev', 'test'], true)) { | 49 | if (in_array($this->getEnvironment(), ['dev', 'test'], true)) { |
46 | $bundles[] = new Symfony\Bundle\DebugBundle\DebugBundle(); | 50 | $bundles[] = new Symfony\Bundle\DebugBundle\DebugBundle(); |
47 | $bundles[] = new Symfony\Bundle\WebProfilerBundle\WebProfilerBundle(); | 51 | $bundles[] = new Symfony\Bundle\WebProfilerBundle\WebProfilerBundle(); |