bundle for API

This commit is contained in:
Nicolas Lœuillet
2015-01-28 18:14:04 +01:00
parent e4788de51e
commit 3e5a342f65
6 changed files with 44 additions and 29 deletions

View File

@ -0,0 +1,9 @@
<?php
namespace Wallabag\ApiBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class WallabagApiBundle extends Bundle
{
}