Use the EDAInfo data to send info to KiCAD

This commit is contained in:
Jan Böhmer 2023-11-30 19:34:50 +01:00
parent b76b2740a7
commit bf5ed030fe
3 changed files with 22 additions and 10 deletions

View file

@ -34,7 +34,7 @@ trait EDATrait
#[Embedded(class: EDAPartInfo::class)]
protected EDAPartInfo $eda_info;
public function getEdaInfo(): ?EDAPartInfo
public function getEdaInfo(): EDAPartInfo
{
return $this->eda_info;
}