Browse Source

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

[5.3] Use proper PDO fetch style
Taylor Otwell 8 years ago
parent
commit
bd358bdc0f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/database.php

+ 1 - 1
config/database.php

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