move WallabagBundle into Wallabag:CoreBundle

This commit is contained in:
Nicolas Lœuillet
2015-01-23 16:28:37 +01:00
parent b84a80559a
commit ad4d1caa9e
40 changed files with 67 additions and 62 deletions

View File

@ -0,0 +1,9 @@
<?php
namespace Wallabag\CoreBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class WallabagCoreBundle extends Bundle
{
}