X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FImportBundle%2FCommand%2FImportCommand.php;h=d1325338ddc8125f82dc3d0460b1515b0865859b;hb=995d909d0f10c9cbdafb92fc10445c959b476740;hp=1df38295fca33dc64a3b7d54303f0eb1a4b8ce96;hpb=e52ee565f7df9566d53577cd127088141641619c;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/ImportBundle/Command/ImportCommand.php b/src/Wallabag/ImportBundle/Command/ImportCommand.php index 1df38295..d1325338 100644 --- a/src/Wallabag/ImportBundle/Command/ImportCommand.php +++ b/src/Wallabag/ImportBundle/Command/ImportCommand.php @@ -50,6 +50,9 @@ class ImportCommand extends ContainerAwareCommand case 'chrome': $wallabag = $this->getContainer()->get('wallabag_import.chrome.import'); break; + case 'instapaper': + $wallabag = $this->getContainer()->get('wallabag_import.instapaper.import'); + break; case 'v1': default: $wallabag = $this->getContainer()->get('wallabag_import.wallabag_v1.import');