aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/GroupBundle/WallabagGroupBundle.php
blob: 93b66508ac0c31c5d3e1e999914cf4ca8eb87388 (plain) (blame)
1
2
3
4
5
6
7
8
9
<?php

namespace Wallabag\GroupBundle;

use Symfony\Component\HttpKernel\Bundle\Bundle;

class WallabagGroupBundle extends Bundle
{
}