Update dependencies

This commit is contained in:
2025-09-08 19:50:23 +02:00
parent d80436534f
commit b7a570928a
15 changed files with 452 additions and 391 deletions

View File

@@ -29,6 +29,7 @@ readonly class AddSettingsCommand
if (null !== $season->getSettings()) {
continue;
}
$io->text('Adding settings to season : '.$season->getSeasonCode());
$season->setSettings(new SeasonSettings());
}