Skip to content
This repository has been archived by the owner on Apr 4, 2019. It is now read-only.

Commit

Permalink
Merge branch 'EZP-22601-KnpMenu'
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertrand Dunogier committed Jul 30, 2014
2 parents 460022d + 68386e3 commit a2f8bab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ezpublish/EzPublishKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
use Nelmio\CorsBundle\NelmioCorsBundle;
use Hautelook\TemplatedUriBundle\HautelookTemplatedUriBundle;
use Doctrine\Bundle\DoctrineBundle\DoctrineBundle;
use Knp\Bundle\MenuBundle\KnpMenuBundle;

class EzPublishKernel extends Kernel
{
Expand Down Expand Up @@ -64,6 +65,7 @@ public function registerBundles()
new WhiteOctoberPagerfantaBundle(),
new WhiteOctoberBreadcrumbsBundle(),
new NelmioCorsBundle(),
new KnpMenuBundle()
);

switch ( $this->getEnvironment() )
Expand Down

0 comments on commit a2f8bab

Please sign in to comment.