mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-02 21:13:57 +00:00
Apply rector rules: symfony up to 54
This commit is contained in:
@@ -18,9 +18,8 @@ class AdminController extends AbstractController
|
||||
{
|
||||
/**
|
||||
* ThirdParty admin.
|
||||
*
|
||||
* @Route("/{_locale}/admin/thirdparty", name="chill_thirdparty_admin_index")
|
||||
*/
|
||||
#[Route(path: '/{_locale}/admin/thirdparty', name: 'chill_thirdparty_admin_index')]
|
||||
public function indexAdminAction()
|
||||
{
|
||||
return $this->render('@ChillThirdParty/Admin/index.html.twig');
|
||||
|
Reference in New Issue
Block a user