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