Skip to content

Commit e9f96ee

Browse files
committed
Merge pull request #202 from Limelyte/allow-db-driver-override
Add support for extensions to prepend configuration for the db_driver option
2 parents d921116 + 2f0146b commit e9f96ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

DependencyInjection/Configuration.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ public function getConfigTreeBuilder()
3939
->ifNotInArray($supportedDrivers)
4040
->thenInvalid('The driver %s is not supported. Please choose one of ' . json_encode($supportedDrivers))
4141
->end()
42-
->cannotBeOverwritten()
4342
->isRequired()
4443
->cannotBeEmpty()
4544
->end()

0 commit comments

Comments
 (0)