app/AppKernel.php
changeset 58 624e5900f5a4
parent 39 03b14b0fe101
child 71 b01e36991488
equal deleted inserted replaced
57:b36a42d260d8 58:624e5900f5a4
    20             new Company\BaseBundle\CompanyBaseBundle(),
    20             new Company\BaseBundle\CompanyBaseBundle(),
    21         	new FOS\UserBundle\FOSUserBundle(),
    21         	new FOS\UserBundle\FOSUserBundle(),
    22             new Company\UserBundle\CompanyUserBundle(),
    22             new Company\UserBundle\CompanyUserBundle(),
    23             new IRI\Bundle\WikiTagBundle\WikiTagBundle(),
    23             new IRI\Bundle\WikiTagBundle\WikiTagBundle(),
    24             new Symfony\Bundle\DoctrineMigrationsBundle\DoctrineMigrationsBundle(),
    24             new Symfony\Bundle\DoctrineMigrationsBundle\DoctrineMigrationsBundle(),
       
    25             new Symfony\Bundle\DoctrineFixturesBundle\DoctrineFixturesBundle(),
    25         );
    26         );
    26 
    27 
    27         if (in_array($this->getEnvironment(), array('dev', 'test'))) {
    28         if (in_array($this->getEnvironment(), array('dev', 'test'))) {
    28             $bundles[] = new Symfony\Bundle\WebProfilerBundle\WebProfilerBundle();
    29             $bundles[] = new Symfony\Bundle\WebProfilerBundle\WebProfilerBundle();
    29             $bundles[] = new Sensio\Bundle\DistributionBundle\SensioDistributionBundle();
    30             $bundles[] = new Sensio\Bundle\DistributionBundle\SensioDistributionBundle();