Moved mouser info provider config to settings-bundle

This commit is contained in:
Jan Böhmer 2024-05-05 23:34:06 +02:00
parent 5a4b7c525b
commit 5a563e4f8f
8 changed files with 621 additions and 509 deletions

View file

@ -34,4 +34,7 @@ class InfoProviderSettings
#[EmbeddedSettings]
public LCSCSettings $lcsc;
#[EmbeddedSettings]
public MouserSettings $mouser;
}