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

[5.3] Use proper PDO fetch style
This commit is contained in:
Taylor Otwell 2016-06-19 13:07:47 -04:00 committed by GitHub
commit bd358bdc0f
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
|
*/
'fetch' => PDO::FETCH_CLASS,
'fetch' => PDO::FETCH_OBJ,
/*
|--------------------------------------------------------------------------