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