fix SimplePage to handle new buildForm method sign

This commit is contained in:
Simon Vieille 2021-08-20 11:35:26 +02:00
parent dc69c031e6
commit 37a7a3b625
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ use Symfony\Component\Form\FormBuilderInterface;
*/
class SimplePage extends Page
{
public function buildForm(FormBuilderInterface $builder)
public function buildForm(FormBuilderInterface $builder, array $options)
{
$builder->add(
'title',