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

View File

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