This commit is contained in:
James Cole
2017-11-30 19:43:02 +01:00
parent f30442320c
commit 51f07ce918
2 changed files with 3 additions and 3 deletions

View File

@@ -365,7 +365,7 @@ class TransactionJournal extends Model
}
if (is_string($value) && 0 === strlen($value)) {
$this->deleteMeta($name);
return new TransactionJournalMeta();
}