Skip to content

Commit

Permalink
πŸ› fix clear cache in install tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanti committed Dec 8, 2023
1 parent 95f6dda commit d8cfabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Cache/StaticFileBackend.php
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ protected function getQueue(): QueueService
// Build Queue Service manually, because here is no DI
$queueService = GeneralUtility::makeInstance(
QueueService::class,
GeneralUtility::makeInstance(QueueRepository::class),
GeneralUtility::makeInstance(QueueRepository::class, GeneralUtility::makeInstance(ConfigurationService::class)),
GeneralUtility::makeInstance(ConfigurationService::class),
GeneralUtility::makeInstance(ClientService::class, GeneralUtility::makeInstance(EventDispatcherInterface::class)),
GeneralUtility::makeInstance(CacheService::class)
Expand Down

0 comments on commit d8cfabc

Please sign in to comment.