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