Hi all, I’ve a console controller with an action for generate user (for test) my User model has an afterSave method which after saving based on the assigned role creates a related model, if I try to dump this -> \Yii::$app->authManager->getRolesByUser($this->id) it return me an empty array ! where am i wrong ? Thanks
Are you sure your user has roles assigned?
Sounds like you just saved the records to the db.
Where do you assign the user?
Check, if $this->id isn’t empty at the time when you are calling getRolesByUser().