We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb21f4 commit 197ade3Copy full SHA for 197ade3
security/form_login_setup.rst
@@ -191,8 +191,8 @@ a traditional HTML form that submits to ``/login``:
191
class LoginFormAuthenticator extends AbstractFormLoginAuthenticator implements PasswordAuthenticatedInterface
192
{
193
use TargetPathTrait;
194
-
195
- public const LOGIN_ROUTE = 'app_login';
+
+ private const LOGIN_ROUTE = 'app_login';
196
197
private $entityManager;
198
private $urlGenerator;
0 commit comments