N°8772 - Sub-forms WIP

This commit is contained in:
Eric Espie
2025-10-24 16:56:45 +02:00
parent 675db85131
commit c2fcf4144b
9 changed files with 73 additions and 72 deletions

View File

@@ -39,4 +39,8 @@ class FormBlock extends AbstractFormBlock
{
return [];
}
protected function BuildForm(): void
{
}
}