Example #1
0
 public function getReasonApplication()
 {
     return $this->hasOne(ReasonApplication::className(), ['id' => 'reason']);
 }