forked from wallabag/wallabag
1st draft for Pocket import via API
This commit is contained in:
committed by
Jeremy Benoist
parent
10b40f85d6
commit
1f4408de9e
9
src/Wallabag/ImportBundle/WallabagImportBundle.php
Normal file
9
src/Wallabag/ImportBundle/WallabagImportBundle.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Wallabag\ImportBundle;
|
||||
|
||||
use Symfony\Component\HttpKernel\Bundle\Bundle;
|
||||
|
||||
class WallabagImportBundle extends Bundle
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user