Files
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
{
}