Move User form types to Core

This commit is contained in:
Yassine Guedidi
2023-12-30 23:41:01 +01:00
parent bdeaa93dd8
commit 87ed669504
5 changed files with 7 additions and 7 deletions

View File

@ -17,7 +17,7 @@ use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\Routing\Annotation\Route;
use Wallabag\ApiBundle\Entity\Client;
use Wallabag\CoreBundle\Entity\User;
use Wallabag\UserBundle\Form\NewUserType;
use Wallabag\CoreBundle\Form\Type\NewUserType;
class UserRestController extends WallabagRestController
{