'Role ID', 'user_id' => 'User ID', ]; } public function getRole() { return $this->hasOne(AuthRole::className(), ['id' => 'role_id']); } }