Skip to content

Commit 6ee2411

Browse files
committed
minor #11253 minor - controller in app, rather than in bundle (kshishkin)
This PR was merged into the 4.2 branch. Discussion ---------- minor - controller in app, rather than in bundle <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- b45bc50 minor - controller in app, rather than in bundle
2 parents 25c3cae + b45bc50 commit 6ee2411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/form_login.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ First, enable ``form_login`` under your firewall:
7474

7575
Now, when the security system initiates the authentication process, it will
7676
redirect the user to the login form ``/login``. Implementing this login form
77-
is your job. First, create a new ``SecurityController`` inside a bundle::
77+
is your job. First, create a new ``SecurityController`` inside your app::
7878

7979
// src/Controller/SecurityController.php
8080
namespace App\Controller;

0 commit comments

Comments
 (0)