1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-22 17:18:37 +00:00

Missing some migrations

and CS
This commit is contained in:
Jeremy Benoist 2016-09-16 22:58:33 +02:00
parent ebe0787e09
commit fbb319f064
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
2 changed files with 2 additions and 1 deletions

View file

@ -8,7 +8,6 @@ use GuzzleHttp\Client;
use GuzzleHttp\Exception\RequestException;
use Wallabag\CoreBundle\Entity\Entry;
use Wallabag\CoreBundle\Helper\ContentProxy;
use Craue\ConfigBundle\Util\Config;
class PocketImport extends AbstractImport
{