Thanks to visit codestin.com Credit goes to github.com
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 281da20 commit 80ea571Copy full SHA for 80ea571
src/AppBundle/Controller/SecurityController.php
@@ -27,7 +27,7 @@ class SecurityController extends Controller
27
/**
28
* @Route("/login", name="security_login_form")
29
*/
30
- public function loginAction(Request $request)
+ public function loginAction()
31
{
32
$helper = $this->get('security.authentication_utils');
33
0 commit comments