From 8948edcf87ae7c85bc9e7c2f346c80b28ad2a9fa Mon Sep 17 00:00:00 2001 From: Chris Breuer Date: Mon, 26 Apr 2021 21:14:25 -0700 Subject: [PATCH] wip --- config/config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/config.php b/config/config.php index c696e6a..f5e2eb9 100644 --- a/config/config.php +++ b/config/config.php @@ -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), ];