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 f279df0 commit dab152aCopy full SHA for dab152a
src/Traits/QueryCacheable.php
@@ -54,7 +54,7 @@ protected function newBaseQueryBuilder()
54
protected function getCacheBaseTags(): array
55
{
56
return [
57
- (string) Self::class,
+ (string) self::class,
58
];
59
}
60
0 commit comments