/** * @return \yii\db\ActiveQuery */ public function getViajeEfectuados() { return $this->hasMany(ViajeEfectuado::className(), ['emp_rut' => 'emp_rut']); }
/** * @return \yii\db\ActiveQuery */ public function getViajeEfectuados() { return $this->hasMany(ViajeEfectuado::className(), ['veh_patente' => 'veh_patente']); }