Skip to content

Commit b79bbce

Browse files
authored
Merge pull request #96 from s-shiryaev/master
[fix] Changed `getCacheBaseTags` to use `static` instead of `self`
2 parents e3a4501 + 1780a82 commit b79bbce

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
@@ -55,7 +55,7 @@ protected static function getFlushQueryCacheObserver()
5555
protected function getCacheBaseTags(): array
5656
{
5757
return [
58-
(string) self::class,
58+
(string) static::class,
5959
];
6060
}
6161

0 commit comments

Comments
 (0)