🤖 Auto commit for release 'develop' on 2025-08-10

This commit is contained in:
JC5
2025-08-10 07:35:37 +02:00
parent c3a28fc698
commit 66befc7e44
3 changed files with 3 additions and 3 deletions

View File

@@ -345,7 +345,7 @@ class SubscriptionEnrichment implements EnrichmentInterface
private function getLastPaidDate(array $paidData): ?Carbon
{
//Log::debug('getLastPaidDate()');
// Log::debug('getLastPaidDate()');
$return = null;
foreach ($paidData as $entry) {
if (null !== $return) {