diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-28 18:14:04 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-28 18:14:04 +0100 |
commit | 3e5a342f6552fc921b9b7fd3d65d9200cdc1979c (patch) | |
tree | 2ea4c3a9459923a40fbc9c66dbfae9a8b6a9e94c /src/Wallabag/ApiBundle/WallabagApiBundle.php | |
parent | e4788de51ecbf2773a043325965e10eb74b14e8f (diff) | |
download | wallabag-3e5a342f6552fc921b9b7fd3d65d9200cdc1979c.tar.gz wallabag-3e5a342f6552fc921b9b7fd3d65d9200cdc1979c.tar.zst wallabag-3e5a342f6552fc921b9b7fd3d65d9200cdc1979c.zip |
bundle for API
Diffstat (limited to 'src/Wallabag/ApiBundle/WallabagApiBundle.php')
-rw-r--r-- | src/Wallabag/ApiBundle/WallabagApiBundle.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Wallabag/ApiBundle/WallabagApiBundle.php b/src/Wallabag/ApiBundle/WallabagApiBundle.php new file mode 100644 index 00000000..19d887ab --- /dev/null +++ b/src/Wallabag/ApiBundle/WallabagApiBundle.php | |||
@@ -0,0 +1,9 @@ | |||
1 | <?php | ||
2 | |||
3 | namespace Wallabag\ApiBundle; | ||
4 | |||
5 | use Symfony\Component\HttpKernel\Bundle\Bundle; | ||
6 | |||
7 | class WallabagApiBundle extends Bundle | ||
8 | { | ||
9 | } | ||