aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CommentBundle/WallabagCommentBundle.php
blob: 8150034d88c0f14abcd45839fb314c1fb1cd3104 (plain) (blame)
1
2
3
4
5
6
7
8
9
<?php

namespace Wallabag\CommentBundle;

use Symfony\Component\HttpKernel\Bundle\Bundle;

class WallabagCommentBundle extends Bundle
{
}