Moved fixer API config to settings bundle

This commit is contained in:
Jan Böhmer 2025-07-06 21:42:58 +02:00
parent c0c847c5be
commit a4f2a7a7df
5 changed files with 63 additions and 4 deletions

View file

@ -31,4 +31,7 @@ class MiscSettings
{
#[EmbeddedSettings]
public ?KiCadEDASettings $kicadEDA = null;
#[EmbeddedSettings]
public ?ExchangeRateSettings $exchangeRate = null;
}