Skip to content

Commit 1b55b28

Browse files
committed
formatting
1 parent e163072 commit 1b55b28

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/Illuminate/Database/Connection.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -901,10 +901,7 @@ public function getDoctrineConnection()
901901
'pdo' => $this->getPdo(),
902902
'dbname' => $this->getConfig('database'),
903903
'driver' => $driver->getName(),
904-
// One can manually pass the serverVersion config to the database connection
905-
// options. This is used by Doctrine instead of going through the regular
906-
// regular platform version detection. This config was not being used.
907-
'serverVersion' => $this->getConfig('serverVersion'),
904+
'serverVersion' => $this->getConfig('server_version'),
908905
]), $driver);
909906
}
910907

0 commit comments

Comments
 (0)