8000 Made the constant private · symfony/symfony-docs@197ade3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 197ade3

Browse files
committed
Made the constant private
1 parent 8eb21f4 commit 197ade3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

security/form_login_setup.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ a traditional HTML form that submits to ``/login``:
191191
class LoginFormAuthenticator extends AbstractFormLoginAuthenticator implements PasswordAuthenticatedInterface
192192
{
193193
use TargetPathTrait;
194-
195-
public const LOGIN_ROUTE = 'app_login';
194+
195+
private const LOGIN_ROUTE = 'app_login';
196196

197197
private $entityManager;
198198
private $urlGenerator;

0 commit comments

Comments
 (0)
0