hasOne(Empleado::class, ['id' => 'idEmpleado']); } public function getObra() { return $this->hasOne(Obra::class, ['id' => 'idObra']); } }