From 8f2dd944a3ad0394db37b1ffed8dab0475f83373 Mon Sep 17 00:00:00 2001 From: ramik Date: Tue, 28 May 2019 10:34:04 +0200 Subject: [PATCH] fix - option key change ('type' is deprecated in collectionType since SF2.8) (#107) --- Admin/EmailAdmin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Admin/EmailAdmin.php b/Admin/EmailAdmin.php index 062ca7d..65e33d7 100644 --- a/Admin/EmailAdmin.php +++ b/Admin/EmailAdmin.php @@ -88,7 +88,7 @@ protected function configureFormFields(FormMapper $formMapper) 'headers', 'sonata_type_native_collection', array( - 'type' => HeaderType::class, + 'entry_type' => HeaderType::class, 'allow_add' => true, 'allow_delete' => true, )