This commit is contained in:
Qiang Xue
2013-04-28 10:39:42 -04:00
parent 9af15ac803
commit 74246a23f6
4 changed files with 41 additions and 36 deletions

View File

@ -32,7 +32,7 @@ class User extends Component
const EVENT_AFTER_LOGOUT = 'afterLogout';
/**
* @var string the class name or alias of the [[identity]] object.
* @var string the class name of the [[identity]] object.
*/
public $identityClass;
/**