CLChillMainBundle -> ChillMainBundle

This commit is contained in:
Marc Ducobu 2014-11-07 12:31:09 +01:00
parent a5ff98d855
commit 9289a6304b

View File

@ -149,7 +149,7 @@ This file boostrap the app. It contains three functions. This is the file used i
{ {
return array( return array(
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(), new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
new \CL\Chill\MainBundle\CLChillMainBundle(), new Chill\MainBundle\ChillMainBundle(),
new Symfony\Bundle\SecurityBundle\SecurityBundle(), new Symfony\Bundle\SecurityBundle\SecurityBundle(),
new Symfony\Bundle\TwigBundle\TwigBundle(), new Symfony\Bundle\TwigBundle\TwigBundle(),
new \Symfony\Bundle\AsseticBundle\AsseticBundle(), new \Symfony\Bundle\AsseticBundle\AsseticBundle(),