Forgot to call PDO driver detector :\ #132

This commit is contained in:
Nabeel Shahzad
2018-01-10 19:15:42 -06:00
parent 4f4137abf2
commit 54a458d522

View File

@@ -32,6 +32,7 @@ class EnvironmentService
'DB_EMULATE_PREPARES' => false,
];
$opts = $this->determinePdoOptions($opts);
$opts = $this->getCacheDriver($opts);
$opts = $this->getQueueDriver($opts);