cleaned up code base thoroughly

This commit is contained in:
2021-02-15 17:23:23 +09:00
parent 5bd545efbe
commit 0da231827e

View File

@@ -94,6 +94,8 @@ class FinanceHelper {
$wallet = json_decode($journals->raw, true); $wallet = json_decode($journals->raw, true);
//Foreach journal entry, add the journal entry to the table //Foreach journal entry, add the journal entry to the table
foreach($wallet as $entry) { foreach($wallet as $entry) {
dd($entry);
AllianceWalletJournal::insertOrIgnore([ AllianceWalletJournal::insertOrIgnore([
'id' => $entry->id, 'id' => $entry->id,
'corporation_id' => $corpId, 'corporation_id' => $corpId,