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

10 lines
144 B
PHP
Raw Normal View History

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