Use proper PDO fetch style

This commit is contained in:
vlakoff 2016-06-19 05:16:51 +02:00
parent e5dfb05247
commit 07c95968b7
1 changed files with 1 additions and 1 deletions

View File

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