wallabag/src/Wallabag/CoreBundle/WallabagCoreBundle.php

10 lines
132 B
PHP
Raw Normal View History

<?php
namespace Wallabag\CoreBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class WallabagCoreBundle extends Bundle
{
}