Skip to content

Commit

Permalink
Merge pull request #96 from s-shiryaev/master
Browse files Browse the repository at this point in the history
[fix] Changed `getCacheBaseTags` to use `static` instead of `self`
  • Loading branch information
rennokki authored Oct 9, 2021
2 parents e3a4501 + 1780a82 commit b79bbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/QueryCacheable.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ protected static function getFlushQueryCacheObserver()
protected function getCacheBaseTags(): array
{
return [
(string) self::class,
(string) static::class,
];
}

Expand Down

0 comments on commit b79bbce

Please sign in to comment.