add form events

This commit is contained in:
Antonio Ramirez
2017-06-12 22:24:54 +02:00
parent aaae44d95e
commit 852fc0e3bb
3 changed files with 96 additions and 8 deletions

View File

@ -101,7 +101,8 @@ class SecurityController extends Controller
/**
* Controller action responsible for handling login page and actions.
* @return string|Response
*
* @return array|string|Response
*/
public function actionLogin()
{