Skip to content

Commit

Permalink
Update CacheManager.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszuznanski authored Jan 19, 2022
1 parent 7e055bc commit 223e552
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Classes/CacheManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ public function execute(): void
!is_array($this->settings['varnish.']) ||
(
count($this->clearQueue) === 0 ||
count($this->clearQueueTags) === 0 ||
count($this->clearQueueSoftTags) === 0
)
) {
Expand Down

0 comments on commit 223e552

Please sign in to comment.