aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/AppKernel.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-26 22:15:19 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-26 22:15:19 +0100
commit6b767d1cc0e9697af95ec399fd612d203d10826a (patch)
tree5257200fa45da0218a9c63f0738f18eb6c876775 /app/AppKernel.php
parentad4d1caa9e744af57ca58a4e57576533eb682d00 (diff)
downloadwallabag-6b767d1cc0e9697af95ec399fd612d203d10826a.tar.gz
wallabag-6b767d1cc0e9697af95ec399fd612d203d10826a.tar.zst
wallabag-6b767d1cc0e9697af95ec399fd612d203d10826a.zip
refactoring for fetching content
Diffstat (limited to 'app/AppKernel.php')
-rw-r--r--app/AppKernel.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/AppKernel.php b/app/AppKernel.php
index b0a66dad..f0383038 100644
--- a/app/AppKernel.php
+++ b/app/AppKernel.php
@@ -16,13 +16,11 @@ class AppKernel extends Kernel
16 new Symfony\Bundle\AsseticBundle\AsseticBundle(), 16 new Symfony\Bundle\AsseticBundle\AsseticBundle(),
17 new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(), 17 new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
18 new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(), 18 new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
19 new AppBundle\AppBundle(),
20 new Wallabag\CoreBundle\WallabagCoreBundle(), 19 new Wallabag\CoreBundle\WallabagCoreBundle(),
21 ); 20 );
22 21
23 if (in_array($this->getEnvironment(), array('dev', 'test'))) { 22 if (in_array($this->getEnvironment(), array('dev', 'test'))) {
24 $bundles[] = new Symfony\Bundle\DebugBundle\DebugBundle(); 23 $bundles[] = new Symfony\Bundle\DebugBundle\DebugBundle();
25 $bundles[] = new Acme\DemoBundle\AcmeDemoBundle();
26 $bundles[] = new Symfony\Bundle\WebProfilerBundle\WebProfilerBundle(); 24 $bundles[] = new Symfony\Bundle\WebProfilerBundle\WebProfilerBundle();
27 $bundles[] = new Sensio\Bundle\DistributionBundle\SensioDistributionBundle(); 25 $bundles[] = new Sensio\Bundle\DistributionBundle\SensioDistributionBundle();
28 $bundles[] = new Sensio\Bundle\GeneratorBundle\SensioGeneratorBundle(); 26 $bundles[] = new Sensio\Bundle\GeneratorBundle\SensioGeneratorBundle();