mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-16 18:01:38 +00:00
10 lines
144 B
PHP
10 lines
144 B
PHP
|
<?php
|
||
|
|
||
|
namespace Wallabag\AnnotationBundle;
|
||
|
|
||
|
use Symfony\Component\HttpKernel\Bundle\Bundle;
|
||
|
|
||
|
class WallabagAnnotationBundle extends Bundle
|
||
|
{
|
||
|
}
|