Use proper PDO fetch style

This commit is contained in:
vlakoff 2016-06-19 05:16:51 +02:00
parent e5dfb05247
commit 07c95968b7

View File

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