journals dd
This commit is contained in:
@@ -29,7 +29,7 @@ class FinancesController extends Controller
|
|||||||
|
|
||||||
//Get the Journal Entries and just return them
|
//Get the Journal Entries and just return them
|
||||||
$journals = $esi->GetMasterWalletJournal();
|
$journals = $esi->GetMasterWalletJournal();
|
||||||
$journals = json_decode($journals, true);
|
$journals = json_decode($journals->raw, true);
|
||||||
dd($journals);
|
dd($journals);
|
||||||
return $journals;
|
return $journals;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user