Skip to content

Commit 69f16f9

Browse files
authored
Changed getCacheBaseTags to use static instead of self
Ref: #96
1 parent 37efbe8 commit 69f16f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/QueryCacheable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ protected function newBaseQueryBuilder()
9898
protected function getCacheBaseTags(): array
9999
{
100100
return [
101-
(string) self::class,
101+
(string) static::class,
102102
];
103103
}
104104
}

0 commit comments

Comments
 (0)