Skip to content

Commit 2b3294a

Browse files
author
Jafar jabr
committed
Update deprecated method prototype('array') with arrayPrototype() @see symfony/symfony#22505
1 parent 7698ef2 commit 2b3294a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ private function addResourcesSection(ArrayNodeDefinition $node): void
5757
->children()
5858
->arrayNode('resources')
5959
->useAttributeAsKey('name')
60-
->prototype('array')
60+
->arrayPrototype()
6161
->children()
6262
->scalarNode('driver')->defaultValue(SyliusResourceBundle::DRIVER_DOCTRINE_ORM)->end()
6363
->variableNode('options')->end()

0 commit comments

Comments
 (0)