Remove fetch mode option.

This commit is contained in:
Taylor Otwell 2017-01-02 17:18:33 -06:00
parent 402b12f915
commit 770c41552f
1 changed files with 0 additions and 13 deletions

View File

@ -2,19 +2,6 @@
return [ 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 | Default Database Connection Name