wip: insurance booking
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user