mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-18 13:46:28 +00:00
10 lines
132 B
PHP
10 lines
132 B
PHP
|
<?php
|
||
|
|
||
|
namespace Wallabag\CoreBundle;
|
||
|
|
||
|
use Symfony\Component\HttpKernel\Bundle\Bundle;
|
||
|
|
||
|
class WallabagCoreBundle extends Bundle
|
||
|
{
|
||
|
}
|