N°8771 - Add Symfony form component to iTop core

- IO debug
This commit is contained in:
Benjamin Dalsass
2025-10-24 14:46:59 +02:00
parent 33c03f9493
commit eb3c5e4eee
16 changed files with 273 additions and 260 deletions

View File

@@ -35,8 +35,8 @@ class FormBlock extends AbstractFormBlock
}
/** @inheritdoc */
public function InitOptions(): void
public function InitOptions(): array
{
return [];
}
}