Merge branch 'hotfix/5.5.7'
This commit is contained in:
@@ -47,7 +47,7 @@ class PortalRole extends Record
|
||||
$this->clearRolesCache();
|
||||
}
|
||||
|
||||
public function afterUpdate(Entity $entity, $data)
|
||||
public function afterUpdateEntity(Entity $entity, $data)
|
||||
{
|
||||
parent::afterUpdateEntity($entity, $data);
|
||||
$this->clearRolesCache();
|
||||
|
||||
Reference in New Issue
Block a user