forked from wallabag/wallabag
move WallabagBundle into Wallabag:CoreBundle
This commit is contained in:
@ -17,7 +17,7 @@ class AppKernel extends Kernel
|
||||
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
|
||||
new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
|
||||
new AppBundle\AppBundle(),
|
||||
new WallabagBundle\WallabagBundle(),
|
||||
new Wallabag\CoreBundle\WallabagCoreBundle(),
|
||||
);
|
||||
|
||||
if (in_array($this->getEnvironment(), array('dev', 'test'))) {
|
||||
|
||||
Reference in New Issue
Block a user