]> git.immae.eu Git - github/wallabag/wallabag.git/blob - src/Wallabag/ApiBundle/WallabagApiBundle.php
* public registration
[github/wallabag/wallabag.git] / src / Wallabag / ApiBundle / WallabagApiBundle.php
1 <?php
2
3 namespace Wallabag\ApiBundle;
4
5 use Symfony\Component\HttpKernel\Bundle\Bundle;
6
7 class WallabagApiBundle extends Bundle
8 {
9 }