mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-27 09:05:01 +00:00
Rector changes and immplementations of required methods
This commit is contained in:
@@ -24,7 +24,7 @@ class AdminController extends AbstractController
|
||||
* Event admin.
|
||||
*/
|
||||
#[Route(path: '/{_locale}/admin/event', name: 'chill_event_admin_index')]
|
||||
public function indexAdminAction()
|
||||
public function indexAdminAction(): \Symfony\Component\HttpFoundation\Response
|
||||
{
|
||||
return $this->render('@ChillEvent/Admin/index.html.twig');
|
||||
}
|
||||
|
Reference in New Issue
Block a user