From aef8fb7cdc4354f0cd4f75cc14f2619392436358 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Thu, 22 Nov 2018 01:45:26 -0600 Subject: [PATCH] structure testing --- 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 6323570e1..2a2f6288e 100644 --- a/app/Library/Finances.php +++ b/app/Library/Finances.php @@ -108,7 +108,7 @@ class Finances { private function PutWalletJournal($journal, $corpId, $division) { $check = DB::table('CorpJournals')->where('id', $journal['id'])->get(); - dd($check); + dd($check->count()); //if we don't find the journal entry, add the journal entry to the database if($check == null) { $entry = new CorpJournal;