chore: remote obsolete contingents-related plumbing
This commit is contained in:
@@ -31,7 +31,6 @@ class BpnXmlCacheInvalidateCommand extends Command
|
||||
|
||||
public function __construct(
|
||||
private readonly FilesystemOperator $xmlExport,
|
||||
private readonly FilesystemOperator $xmlExportContingents,
|
||||
private readonly TagAwareCacheInterface $bpnCache,
|
||||
private readonly CacheInterface $cache,
|
||||
private readonly LoggerInterface $logger,
|
||||
@@ -194,10 +193,6 @@ class BpnXmlCacheInvalidateCommand extends Command
|
||||
'name' => 'travel',
|
||||
'storage' => $this->xmlExport,
|
||||
],
|
||||
[
|
||||
'name' => 'contingents',
|
||||
'storage' => $this->xmlExportContingents,
|
||||
],
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user