wip: insurance booking

This commit is contained in:
Björn Fromme
2025-09-29 19:54:20 +02:00
parent 0809f07d46
commit 90ae78262a
19 changed files with 807 additions and 128 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ use Symfony\Contracts\Cache\ItemInterface;
class InsuranceLoader extends AbstractLoader
{
public function __construct(
protected readonly CacheInterface $cache,
protected readonly FilesystemOperator $xmlExport,
CacheInterface $cache,
FilesystemOperator $xmlExport,
private readonly InsuranceParser $insuranceParser,
) {
parent::__construct($cache, $xmlExport);