From 81978d524fda2cdc116b5e19b20ea61ee30ba40e Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sat, 13 Feb 2021 03:28:59 +0900 Subject: [PATCH] guzzle --- app/Library/Esi/Esi.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Library/Esi/Esi.php b/app/Library/Esi/Esi.php index 67c027fbd..12666ffc1 100644 --- a/app/Library/Esi/Esi.php +++ b/app/Library/Esi/Esi.php @@ -106,7 +106,7 @@ class Esi { //Get the scopes to pass to the guzzle client $scopesArr = EsiScope::where([ 'character_id' => $token->character_id, - ])->get(['scope'])->toArray(); + ])->get(['scope']); dd($scopesArr); //Create string separated by %20 = space from the array of scopes