mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Auto commit for release 'develop' on 2024-11-25
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* JournalUpdateService.php
|
||||
* Copyright (c) 2019 james@firefly-iii.org
|
||||
@@ -176,6 +177,7 @@ class JournalUpdateService
|
||||
private function hasValidAccounts(): bool
|
||||
{
|
||||
Log::debug('Now in hasValidAccounts().');
|
||||
|
||||
return $this->hasValidSourceAccount() && $this->hasValidDestinationAccount();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user