journals dd

This commit is contained in:
2018-10-28 23:46:49 -05:00
parent 787ddc1c90
commit d79b57549d

View File

@@ -29,7 +29,7 @@ class FinancesController extends Controller
//Get the Journal Entries and just return them
$journals = $esi->GetMasterWalletJournal();
$journals = json_decode($journals, true);
$journals = json_decode($journals->raw, true);
dd($journals);
return $journals;
}