Close #68 fix documentation + events raised on User model

This commit is contained in:
Antonio Ramirez
2017-10-15 15:46:20 +02:00
parent 803a8ff4f0
commit 9607e8d775
6 changed files with 12 additions and 6 deletions

View File

@ -22,6 +22,8 @@ class FormEvent extends Event
const EVENT_AFTER_RESEND = 'afterResend';
const EVENT_BEFORE_LOGIN = 'beforeLogin';
const EVENT_AFTER_LOGIN = 'afterLogin';
const EVENT_BEFORE_REGISTER = 'beforeRegister';
const EVENT_AFTER_REGISTER = 'afterRegister';
protected $form;