Ejemplo n.º 1
0
 public function getField()
 {
     return $this->hasOne(Field::className(), ['id' => 'field_id'])->one();
 }