Use new settings system to configure the instance Name and homepage banner

This commit is contained in:
Jan Böhmer 2024-05-20 21:14:32 +02:00
parent 26d83af298
commit 0772d85918
23 changed files with 299 additions and 230 deletions

View file

@ -36,7 +36,7 @@ class AppSettings
#[EmbeddedSettings()]
public ?SystemSettings $system;
public ?SystemSettings $system = null;
#[EmbeddedSettings()]