1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-26 18:21:02 +00:00

Move Import commands to Core

This commit is contained in:
Yassine Guedidi 2023-12-31 09:50:36 +01:00
parent adf195623d
commit b6b067c969
5 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
<?php
namespace Wallabag\ImportBundle\Command;
namespace Wallabag\CoreBundle\Command\Import;
use Doctrine\DBAL\Driver\Middleware;
use Doctrine\DBAL\Logging\Middleware as LoggingMiddleware;

View file

@ -1,6 +1,6 @@
<?php
namespace Wallabag\ImportBundle\Command;
namespace Wallabag\CoreBundle\Command\Import;
use Simpleue\Worker\QueueWorker;
use Symfony\Component\Config\Definition\Exception\Exception;