Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Apr 27, 2021
1 parent df71fb3 commit 8948edc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
'api_key' => env('MEEMA_API_KEY', ''),

/*
* If you want to convert all response to a collection
* If you prefer to not work with a collections, you may set this
* value to false and there will be an array response.
*/
'to_collection' => env('MEEMA_API_TO_COLLECTION', true),
];

0 comments on commit 8948edc

Please sign in to comment.