1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-10-20 19:52:09 +00:00
wallabag/src/Wallabag/CoreBundle/WallabagCoreBundle.php
2015-04-01 21:59:12 +02:00

9 lines
132 B
PHP

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