Skip to content

Commit

Permalink
fix - option key change ('type' is deprecated in collectionType since…
Browse files Browse the repository at this point in the history
… SF2.8) (#107)
  • Loading branch information
raneomik authored and Gilles Gauthier committed May 28, 2019
1 parent f1a4ec7 commit 8f2dd94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Admin/EmailAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit 8f2dd94

Please sign in to comment.