mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-03 06:54:34 +02:00
Use the EDAInfo data to send info to KiCAD
This commit is contained in:
parent
b76b2740a7
commit
bf5ed030fe
3 changed files with 22 additions and 10 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue