Auto commit for release 'develop' on 2024-11-25

This commit is contained in:
github-actions
2024-11-25 04:18:55 +01:00
parent 91a2a1afc3
commit 71c208c4fb
524 changed files with 554 additions and 34 deletions

View File

@@ -1,4 +1,5 @@
<?php
/**
* AccountUpdateService.php
* Copyright (c) 2019 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php
/**
* BillUpdateService.php
* Copyright (c) 2019 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php
/**
* CategoryUpdateService.php
* Copyright (c) 2019 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php
/**
* CurrencyUpdateService.php
* Copyright (c) 2019 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php
/**
* GroupCloneService.php
* Copyright (c) 2019 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php
/**
* GroupUpdateService.php
* Copyright (c) 2019 james@firefly-iii.org

View File

@@ -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();
}

View File

@@ -1,4 +1,5 @@
<?php
/**
* RecurrenceUpdateService.php
* Copyright (c) 2019 james@firefly-iii.org