mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
Merge remote-tracking branch 'origin/master' into 2.2
This commit is contained in:
commit
5a619812ca
60 changed files with 2477 additions and 1936 deletions
|
@ -56,6 +56,9 @@ class ImportCommand extends ContainerAwareCommand
|
|||
case 'instapaper':
|
||||
$import = $this->getContainer()->get('wallabag_import.instapaper.import');
|
||||
break;
|
||||
case 'instapaper':
|
||||
$wallabag = $this->getContainer()->get('wallabag_import.instapaper.import');
|
||||
break;
|
||||
case 'v1':
|
||||
default:
|
||||
$import = $this->getContainer()->get('wallabag_import.wallabag_v1.import');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue