aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/WallabagCoreBundle.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/WallabagCoreBundle.php')
-rw-r--r--src/Wallabag/CoreBundle/WallabagCoreBundle.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/WallabagCoreBundle.php b/src/Wallabag/CoreBundle/WallabagCoreBundle.php
new file mode 100644
index 00000000..f5899e39
--- /dev/null
+++ b/src/Wallabag/CoreBundle/WallabagCoreBundle.php
@@ -0,0 +1,9 @@
1<?php
2
3namespace Wallabag\CoreBundle;
4
5use Symfony\Component\HttpKernel\Bundle\Bundle;
6
7class WallabagCoreBundle extends Bundle
8{
9}