mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-10 11:09:31 +00:00
9 lines
132 B
PHP
9 lines
132 B
PHP
<?php
|
|
|
|
namespace Wallabag\UserBundle;
|
|
|
|
use Symfony\Component\HttpKernel\Bundle\Bundle;
|
|
|
|
class WallabagUserBundle extends Bundle
|
|
{
|
|
}
|