mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-27 14:25:02 +02:00
Added ability to modify the EDA data via the Part-DB API
This commit is contained in:
parent
9994dbd9db
commit
f4b4f14a67
7 changed files with 25 additions and 3 deletions
|
@ -143,6 +143,7 @@ class Footprint extends AbstractPartsContainingDBElement
|
|||
|
||||
#[Assert\Valid]
|
||||
#[ORM\Embedded(class: EDAFootprintInfo::class)]
|
||||
#[Groups(['full', 'footprint:read', 'footprint:write'])]
|
||||
protected EDAFootprintInfo $eda_info;
|
||||
|
||||
public function __construct()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue