Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 8f2dd94

Browse files
raneomikGilles Gauthier
authored andcommitted
fix - option key change ('type' is deprecated in collectionType since SF2.8) (#107)
1 parent f1a4ec7 commit 8f2dd94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Admin/EmailAdmin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ protected function configureFormFields(FormMapper $formMapper)
8888
'headers',
8989
'sonata_type_native_collection',
9090
array(
91-
'type' => HeaderType::class,
91+
'entry_type' => HeaderType::class,
9292
'allow_add' => true,
9393
'allow_delete' => true,
9494
)

0 commit comments

Comments
 (0)