~tsep-dev/tsep/2.x

« back to all changes in this revision

Viewing changes to app/AppKernel.php

  • Committer: Geoffrey
  • Date: 2011-04-23 21:21:32 UTC
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: geoffrey@den-pc-20110423212132-4c52oaz43g7f4vxq
refractored class names

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
            new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
20
20
            new JMS\SecurityExtraBundle\JMSSecurityExtraBundle(),
21
21
            new Acme\DemoBundle\AcmeDemoBundle(),
22
 
            new TsepDev\Bundle\SearchBundle\TsepDevSearchBundle(),
23
 
            new TsepDev\Bundle\AdminBundle\TsepDevAdminBundle(),
 
22
            new TSEP\Bundle\SearchBundle\TsepDevSearchBundle(),
 
23
            new TSEP\Bundle\AdminBundle\TsepDevAdminBundle(),
24
24
        );
25
25
 
26
26
        if (in_array($this->getEnvironment(), array('dev', 'test'))) {