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