From 01d6ee3625a6369d015e1d3bf766f3b273c8f1fa Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Wed, 21 Nov 2018 23:48:00 -0600 Subject: [PATCH] testing seat api --- app/Library/Finances.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Library/Finances.php b/app/Library/Finances.php index c6c04c461..426ab83dc 100644 --- a/app/Library/Finances.php +++ b/app/Library/Finances.php @@ -97,7 +97,7 @@ class Finances { return $e->getEsiResponse(); } //Decode the journal from json into an array for future processing - $journals = json_decode($journal->raw, true); + $journals = json_decode($journals->raw, true); dd($journals); //For each journal array, attempt to store in the database foreach($journals as $entry) {