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