mirror of
https://github.com/wallabag/wallabag.git
synced 2024-10-31 22:28:54 +00:00
10 lines
130 B
PHP
10 lines
130 B
PHP
|
<?php
|
||
|
|
||
|
namespace Wallabag\ApiBundle;
|
||
|
|
||
|
use Symfony\Component\HttpKernel\Bundle\Bundle;
|
||
|
|
||
|
class WallabagApiBundle extends Bundle
|
||
|
{
|
||
|
}
|