From 770c41552f07c75450c72099b8feedbd428888fe Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 2 Jan 2017 17:18:33 -0600 Subject: [PATCH] Remove fetch mode option. --- config/database.php | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/config/database.php b/config/database.php index 54326db9..df36b2dd 100644 --- a/config/database.php +++ b/config/database.php @@ -2,19 +2,6 @@ return [ - /* - |-------------------------------------------------------------------------- - | PDO Fetch Style - |-------------------------------------------------------------------------- - | - | By default, database results will be returned as instances of the PHP - | stdClass object; however, you may desire to retrieve records in an - | array format for simplicity. Here you can tweak the fetch style. - | - */ - - 'fetch' => PDO::FETCH_OBJ, - /* |-------------------------------------------------------------------------- | Default Database Connection Name