migration

This commit is contained in:
2021-02-15 19:10:33 +09:00
parent 4a117c6390
commit eaa56c31b6

View File

@@ -96,8 +96,7 @@ class FinanceHelper {
//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);
//See if we find the entry id in the database already //See if we find the entry id in the database already
$found = AllianceWalletJournal::where([ $found = AllianceWalletJournal::where([
'id' => $entry['id'], 'id' => $entry['id'],