]> Raphaël G. Git Repositories - airbundle/commitdiff
Update controller base class name
authorRaphaël Gertz <git@rapsys.eu>
Tue, 27 Feb 2024 15:44:20 +0000 (16:44 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Tue, 27 Feb 2024 15:44:20 +0000 (16:44 +0100)
Controller/UserController.php

index d4cdc7a01b27bb2ba256a297c49633745c3fd7de..8dc6d65e82733928660a82af4fab01d6943973e4 100644 (file)
@@ -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}
         */