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, /* |--------------------------------------------------------------------------