From b3de7955ddda3ec576e227aa9ef7538e57a970c6 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Wed, 14 Nov 2018 20:39:22 -0600 Subject: [PATCH] stuff --- app/Library/Fleet.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/Library/Fleet.php b/app/Library/Fleet.php index 67925967b..47c088c7c 100644 --- a/app/Library/Fleet.php +++ b/app/Library/Fleet.php @@ -101,12 +101,11 @@ class Fleet { //Create the ESI Call Container $config = config('esi'); $authentication = new \Seat\Eseye\Containers\EsiAuthentication([ - 'client_id' => 'e5848fea3618427a8ee0dccb6a04fc62', - 'secret' => 'TdnNGRM8RTNSifZdaIc9yHTTkYPgYEEXHRIbT6oY', + 'client_id' => $config['esi']['client_id'], + 'secret' => $config['esi']['secret'], 'refresh_token' => $token[0]->refresh_token, ]); $esi = new \Seat\Eseye\Eseye($authentication); - dd($config['esi']['client_id']); try { //Setup the body of the esi message and perform the call