Skip to content

Commit 130ebc3

Browse files
ymezardNyholm
authored andcommitted
Update Configuration.php (#32)
Change scalarPrototype method to be compatible on Symfony < 3.3
1 parent 0c67601 commit 130ebc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function getConfigTreeBuilder()
9494
->booleanNode('singleTransaction')->end()
9595
->booleanNode('ssl')->end()
9696
->arrayNode('ignoreTables')
97-
->scalarPrototype()->end()
97+
->prototype('scalar')->end()
9898
->end()
9999
->end()
100100
->end()

0 commit comments

Comments
 (0)