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.
2 parents e3a4501 + 1780a82 commit b79bbceCopy full SHA for b79bbce
src/Traits/QueryCacheable.php
@@ -55,7 +55,7 @@ protected static function getFlushQueryCacheObserver()
55
protected function getCacheBaseTags(): array
56
{
57
return [
58
- (string) self::class,
+ (string) static::class,
59
];
60
}
61
0 commit comments