aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/WallabagImportBundle.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@smile.fr>2015-10-20 13:58:13 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-01-02 23:24:17 +0100
commit1f4408de9ed08f3b0fda45a93f1585c80feeb21d (patch)
treec8e7e05e9db85b331dde2ba5fef35796d8f3439f /src/Wallabag/ImportBundle/WallabagImportBundle.php
parent10b40f85d664da2b3ebcfd24d6e7145c9cd90d64 (diff)
downloadwallabag-1f4408de9ed08f3b0fda45a93f1585c80feeb21d.tar.gz
wallabag-1f4408de9ed08f3b0fda45a93f1585c80feeb21d.tar.zst
wallabag-1f4408de9ed08f3b0fda45a93f1585c80feeb21d.zip
1st draft for Pocket import via API
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}