Getting unknown property: common\models\User::password_hash
Why is this?
Don’t you know how to translate this sentence?
Unknown property password_hash
You are incommon\models\User
Add$password_hash
This property will do, note isPublic
Yes.class User extends \yii\db\ActiveRecord implements IdentityInterface{ public $password_hash; //more code bracket