We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e163072 commit 1b55b28Copy full SHA for 1b55b28
1 file changed
src/Illuminate/Database/Connection.php
@@ -901,10 +901,7 @@ public function getDoctrineConnection()
901
'pdo' => $this->getPdo(),
902
'dbname' => $this->getConfig('database'),
903
'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'),
+ 'serverVersion' => $this->getConfig('server_version'),
908
]), $driver);
909
}
910
0 commit comments