From 62846f04206d07c218ae5b995fa4ba281f5bd59c Mon Sep 17 00:00:00 2001 From: Christian Scheb Date: Mon, 3 Jan 2022 11:35:04 +0100 Subject: [PATCH] Update controller syntax for Symfony 6 --- scheb/2fa-bundle/6.0/config/routes/scheb_2fa.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scheb/2fa-bundle/6.0/config/routes/scheb_2fa.yaml b/scheb/2fa-bundle/6.0/config/routes/scheb_2fa.yaml index b574a0c9..9a8ca667 100644 --- a/scheb/2fa-bundle/6.0/config/routes/scheb_2fa.yaml +++ b/scheb/2fa-bundle/6.0/config/routes/scheb_2fa.yaml @@ -1,7 +1,7 @@ 2fa_login: path: /2fa defaults: - _controller: "scheb_two_factor.form_controller:form" + _controller: "scheb_two_factor.form_controller::form" 2fa_login_check: path: /2fa_check