From 173d7cf20c30512c4a134c3985d5a4c48e6fb00e Mon Sep 17 00:00:00 2001 From: Christian Scheb Date: Thu, 6 Jan 2022 17:59:36 +0100 Subject: [PATCH] Update controller syntax on the 5.x branch --- scheb/2fa-bundle/5.0/config/routes/scheb_2fa.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scheb/2fa-bundle/5.0/config/routes/scheb_2fa.yaml b/scheb/2fa-bundle/5.0/config/routes/scheb_2fa.yaml index b574a0c9..9a8ca667 100644 --- a/scheb/2fa-bundle/5.0/config/routes/scheb_2fa.yaml +++ b/scheb/2fa-bundle/5.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