forked from wallabag/wallabag
Rename CommentBundle with AnnotationBundle
This commit is contained in:
committed by
Jeremy Benoist
parent
9eab365e28
commit
4dc872238a
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Wallabag\AnnotationBundle;
|
||||
|
||||
use Symfony\Component\HttpKernel\Bundle\Bundle;
|
||||
|
||||
class WallabagAnnotationBundle extends Bundle
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user