mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-18 00:49:31 +00:00
Moved octopart / nexar integration configuration to the new settings system
This commit is contained in:
parent
1dbcff66d1
commit
c0c847c5be
7 changed files with 116 additions and 40 deletions
|
|
@ -44,6 +44,9 @@ class InfoProviderSettings
|
|||
#[EmbeddedSettings]
|
||||
public ?Element14Settings $element14 = null;
|
||||
|
||||
#[EmbeddedSettings]
|
||||
public ?OctopartSettings $octopartSettings = null;
|
||||
|
||||
#[EmbeddedSettings]
|
||||
public ?LCSCSettings $lcsc = null;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue