From 07c95968b7681498f81c9e8ef008310ada72342b Mon Sep 17 00:00:00 2001 From: vlakoff Date: Sun, 19 Jun 2016 05:16:51 +0200 Subject: [PATCH] Use proper PDO fetch style --- config/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.php b/config/database.php index 48652fa2..fd22e8e9 100644 --- a/config/database.php +++ b/config/database.php @@ -13,7 +13,7 @@ | */ - 'fetch' => PDO::FETCH_CLASS, + 'fetch' => PDO::FETCH_OBJ, /* |--------------------------------------------------------------------------