Skip to content

Commit 4307190

Browse files
committed
minor #5072 Add missing use statement in Building Login Form doc (ockcyp)
This PR was merged into the 2.3 branch. Discussion ---------- Add missing use statement in Building Login Form doc Also removed use statement for Route as it is only needed when using annotations for routing Q | A ------------- | --- Doc fix? | yes New docs? | no Applies to | all Fixed tickets | #5072 Commits ------- 712a858 Add missing use statement in Building Login Form doc Also removed use statement for Route as it is only needed when using annotations for routing
2 parents 9468b9a + 712a858 commit 4307190

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cookbook/security/form_login_setup.rst

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ bundle::
8282
namespace AppBundle\Controller;
8383

8484
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
85+
use Symfony\Component\HttpFoundation\Request;
8586

8687
class SecurityController extends Controller
8788
{

0 commit comments

Comments
 (0)