mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
Merge commit 'bdce87b242abbff800020deba0a5c2031fc2efe7' into feature-restapi
Conflicts: framework/db/BaseActiveRecord.php
This commit is contained in:
@ -175,6 +175,7 @@ class User extends Component
|
||||
public function setIdentity($identity)
|
||||
{
|
||||
$this->_identity = $identity;
|
||||
$this->_access = [];
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user