diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2015-08-20 07:53:55 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2015-08-20 07:53:55 +0200 |
commit | 8ce32af61229eec8f4cc34b207273d47f60adc48 (patch) | |
tree | 4d878e6d4eb5c1baab95cd02e3eb95ee4182a399 /app/AppKernel.php | |
parent | 34437f408c5b7b590aded6795d7ce01bfbfc7711 (diff) | |
download | wallabag-8ce32af61229eec8f4cc34b207273d47f60adc48.tar.gz wallabag-8ce32af61229eec8f4cc34b207273d47f60adc48.tar.zst wallabag-8ce32af61229eec8f4cc34b207273d47f60adc48.zip |
CS
We shouldn't forget to run `php-cs-fixer` time to time
Diffstat (limited to 'app/AppKernel.php')
-rw-r--r-- | app/AppKernel.php | 1 |
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 | ||
3 | use Symfony\Component\HttpKernel\Kernel; | 3 | use Symfony\Component\HttpKernel\Kernel; |
4 | use Symfony\Component\Config\Loader\LoaderInterface; | 4 | use Symfony\Component\Config\Loader\LoaderInterface; |
5 | use Wallabag\ApiBundle\WallabagApiBundle; | ||
6 | 5 | ||
7 | class AppKernel extends Kernel | 6 | class AppKernel extends Kernel |
8 | { | 7 | { |