This commit is contained in:
@@ -2,18 +2,7 @@
|
||||
|
||||
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,
|
||||
'fetch' => PDO::FETCH_ASSOC,
|
||||
'default' => env('DB_CONNECTION', 'local'),
|
||||
|
||||
'connections' => [
|
||||
|
||||
Reference in New Issue
Block a user