Move Api repository to Core

This commit is contained in:
Yassine Guedidi
2023-12-31 09:36:05 +01:00
parent 81577ef6b0
commit 1bddf4ee19
3 changed files with 3 additions and 3 deletions

View File

@ -9,9 +9,9 @@ use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\Routing\Annotation\Route;
use Symfony\Contracts\Translation\TranslatorInterface;
use Wallabag\ApiBundle\Form\Type\ClientType;
use Wallabag\ApiBundle\Repository\ClientRepository;
use Wallabag\CoreBundle\Controller\AbstractController;
use Wallabag\CoreBundle\Entity\Api\Client;
use Wallabag\CoreBundle\Repository\Api\ClientRepository;
class DeveloperController extends AbstractController
{