forked from wallabag/wallabag
Cleanup
This commit is contained in:
@ -56,13 +56,8 @@ 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');
|
||||
break;
|
||||
}
|
||||
|
||||
$import->setMarkAsRead($input->getOption('markAsRead'));
|
||||
|
||||
Reference in New Issue
Block a user