structure testing

This commit is contained in:
2018-11-22 01:45:26 -06:00
parent ed0770d176
commit aef8fb7cdc

View File

@@ -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;