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

This commit is contained in:
JC5
2025-08-17 11:08:00 +02:00
parent 5183de634b
commit defcc7a00c
42 changed files with 219 additions and 68 deletions

View File

@@ -57,8 +57,8 @@ class AvailableBudgetEnrichment implements EnrichmentInterface
private readonly BudgetRepositoryInterface $repository;
private ?Carbon $start = null;
private ?Carbon $end = null;
private ?Carbon $start = null;
private ?Carbon $end = null;
public function __construct()
{