Beispiel #1
0
 public function getPay()
 {
     return $this->hasOne(Money::className(), ['userId' => 'userId']);
 }