Ejemplo n.º 1
0
 public function getPasswordResetToken()
 {
     return $this->hasOne(UserPasswordResetToken::className(), ['user_id' => 'id']);
 }