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