wallabag/src/Wallabag/ApiBundle/WallabagApiBundle.php

10 lines
130 B
PHP
Raw Normal View History

2015-03-29 08:53:10 +00:00
<?php
namespace Wallabag\ApiBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class WallabagApiBundle extends Bundle
{
}