From: Raphaƫl Gertz Date: Tue, 27 Feb 2024 15:44:20 +0000 (+0100) Subject: Update controller base class name X-Git-Tag: 0.3.0~51 X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/5f9555c61970832ea2a3f1672ab4c21324c14ba5 Update controller base class name --- diff --git a/Controller/UserController.php b/Controller/UserController.php index d4cdc7a..8dc6d65 100644 --- a/Controller/UserController.php +++ b/Controller/UserController.php @@ -14,9 +14,9 @@ namespace Rapsys\AirBundle\Controller; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; -use Rapsys\UserBundle\Controller\DefaultController; +use Rapsys\UserBundle\Controller\UserController as BaseUserController; -class UserController extends DefaultController { +class UserController extends BaseUserController { /** * {@inheritdoc} */