1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-16 18:01:38 +00:00
wallabag/src/Wallabag/AnnotationBundle/WallabagAnnotationBundle.php
2016-02-26 18:14:42 +01:00

9 lines
144 B
PHP

<?php
namespace Wallabag\AnnotationBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class WallabagAnnotationBundle extends Bundle
{
}