Skip to content

Commit ae11d80

Browse files
committed
f
1 parent 23fc5f0 commit ae11d80

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Transformer/Doctrine.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ public static function transform(ContainerInterface $container, array $configura
3232
$driverName = rtrim($fullUnderscoredDriverName, '_driver');
3333
[, $driverName] = explode('driver_', $driverName);
3434

35-
Assert::startsWithLetter($driverName, 'pdo_');
36-
3735
$dbAdapterConfig = [
3836
'username' => $params['user'],
3937
'password' => $params['password'],

0 commit comments

Comments
 (0)