move to CL => Chill namespace

This commit is contained in:
2014-10-29 21:29:00 +01:00
parent 26a0b1e056
commit 103f5c414e
91 changed files with 364 additions and 364 deletions

View File

@@ -16,7 +16,7 @@ class AppKernel extends Kernel
new Symfony\Bundle\AsseticBundle\AsseticBundle(),
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
new CL\CustomFieldsBundle\CLCustomFieldsBundle(),
new Chill\CustomFieldsBundle\ChillCustomFieldsBundle(),
);
if (in_array($this->getEnvironment(), array('dev', 'test'))) {