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