Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jun 27, 2019
1 parent e163072 commit 1b55b28
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Illuminate/Database/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -901,10 +901,7 @@ public function getDoctrineConnection()
'pdo' => $this->getPdo(),
'dbname' => $this->getConfig('database'),
'driver' => $driver->getName(),
// One can manually pass the serverVersion config to the database connection
// options. This is used by Doctrine instead of going through the regular
// regular platform version detection. This config was not being used.
'serverVersion' => $this->getConfig('serverVersion'),
'serverVersion' => $this->getConfig('server_version'),
]), $driver);
}

Expand Down

0 comments on commit 1b55b28

Please sign in to comment.