mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-11 04:08:12 +00:00
Merge pull request #11202 from firefly-iii/release-1762676397
🤖 Automatically merge the PR into the develop branch.
This commit is contained in:
@@ -33,7 +33,7 @@ use FireflyIII\Models\Account;
|
||||
trait ReconciliationValidation
|
||||
{
|
||||
public ?Account $destination = null;
|
||||
public ?Account $source = null;
|
||||
public ?Account $source = null;
|
||||
|
||||
protected function validateReconciliationDestination(array $array): bool
|
||||
{
|
||||
|
||||
@@ -79,7 +79,7 @@ return [
|
||||
// see cer.php for exchange rates feature flag.
|
||||
],
|
||||
'version' => 'develop/2025-11-09',
|
||||
'build_time' => 1762675805,
|
||||
'build_time' => 1762676250,
|
||||
'api_version' => '2.1.0', // field is no longer used.
|
||||
'db_version' => 28, // field is no longer used.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user