Commit bd358bdc authored by Taylor Otwell's avatar Taylor Otwell Committed by GitHub

Merge pull request #3815 from vlakoff/pdo-fetch-style

[5.3] Use proper PDO fetch style
parents e5dfb052 07c95968
......@@ -13,7 +13,7 @@ return [
|
*/
'fetch' => PDO::FETCH_CLASS,
'fetch' => PDO::FETCH_OBJ,
/*
|--------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment