Ejemplo n.º 1
0
 /**
  * @return FormSubmit - the parent
  */
 public function getFormSubmit()
 {
     return $this->hasOne(FormSubmit::className(), ['id' => 'formSubmitId']);
 }