Started working on a conrad provider

This commit is contained in:
Jan Böhmer 2026-01-25 20:13:04 +01:00
parent ae4c0786b2
commit 705e71f1eb
3 changed files with 176 additions and 1 deletions

View file

@ -63,7 +63,10 @@ class InfoProviderSettings
#[EmbeddedSettings]
public ?PollinSettings $pollin = null;
#[EmbeddedSettings]
public ?BuerklinSettings $buerklin = null;
#[EmbeddedSettings]
public ?ConradSettings $conrad = null;
}