We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23fc5f0 commit ae11d80Copy full SHA for ae11d80
src/Transformer/Doctrine.php
@@ -32,8 +32,6 @@ public static function transform(ContainerInterface $container, array $configura
32
$driverName = rtrim($fullUnderscoredDriverName, '_driver');
33
[, $driverName] = explode('driver_', $driverName);
34
35
- Assert::startsWithLetter($driverName, 'pdo_');
36
-
37
$dbAdapterConfig = [
38
'username' => $params['user'],
39
'password' => $params['password'],
0 commit comments