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