Skip to content

Commit a82561d

Browse files
Update lib/Service/RuleService.php
Co-authored-by: Julien Veyssier <julien-nc@posteo.net> Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz>
1 parent fdc825f commit a82561d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Service/RuleService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ public function filterApprovalTags(array $tags): array {
554554
* Clear caches based on rule changes
555555
*/
556556
public function clearRuleCaches(): void {
557-
$cache = $this->cacheFactory->createDistributed('integration_overleaf');
557+
$cache = $this->cacheFactory->createDistributed(Application::APP_ID);
558558
$cache->remove('approval_tags');
559559
}
560560

0 commit comments

Comments
 (0)