aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/AppKernel.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/AppKernel.php')
-rw-r--r--app/AppKernel.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/AppKernel.php b/app/AppKernel.php
index 953614c0..00206ddf 100644
--- a/app/AppKernel.php
+++ b/app/AppKernel.php
@@ -2,7 +2,6 @@
2 2
3use Symfony\Component\HttpKernel\Kernel; 3use Symfony\Component\HttpKernel\Kernel;
4use Symfony\Component\Config\Loader\LoaderInterface; 4use Symfony\Component\Config\Loader\LoaderInterface;
5use Wallabag\ApiBundle\WallabagApiBundle;
6 5
7class AppKernel extends Kernel 6class AppKernel extends Kernel
8{ 7{