forked from wallabag/wallabag
10 lines
144 B
PHP
10 lines
144 B
PHP
<?php
|
|
|
|
namespace Wallabag\AnnotationBundle;
|
|
|
|
use Symfony\Component\HttpKernel\Bundle\Bundle;
|
|
|
|
class WallabagAnnotationBundle extends Bundle
|
|
{
|
|
}
|