mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-13 21:59:34 +00:00
Moved fixer API config to settings bundle
This commit is contained in:
parent
c0c847c5be
commit
a4f2a7a7df
5 changed files with 63 additions and 4 deletions
|
|
@ -31,4 +31,7 @@ class MiscSettings
|
|||
{
|
||||
#[EmbeddedSettings]
|
||||
public ?KiCadEDASettings $kicadEDA = null;
|
||||
|
||||
#[EmbeddedSettings]
|
||||
public ?ExchangeRateSettings $exchangeRate = null;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue