We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdc825f commit a82561dCopy full SHA for a82561d
lib/Service/RuleService.php
@@ -554,7 +554,7 @@ public function filterApprovalTags(array $tags): array {
554
* Clear caches based on rule changes
555
*/
556
public function clearRuleCaches(): void {
557
- $cache = $this->cacheFactory->createDistributed('integration_overleaf');
+ $cache = $this->cacheFactory->createDistributed(Application::APP_ID);
558
$cache->remove('approval_tags');
559
}
560
0 commit comments