aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/WallabagCoreBundle.php
blob: f5899e39c97a12f913f2eb23a26c8007d919ae94 (plain) (blame)
1
2
3
4
5
6
7
8
9
<?php

namespace Wallabag\CoreBundle;

use Symfony\Component\HttpKernel\Bundle\Bundle;

class WallabagCoreBundle extends Bundle
{
}