Skip to content

Commit

Permalink
Changed getCacheBaseTags to use static instead of self
Browse files Browse the repository at this point in the history
Ref: #96
  • Loading branch information
rennokki committed Oct 9, 2021
1 parent 37efbe8 commit 69f16f9
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 @@ -98,7 +98,7 @@ protected function newBaseQueryBuilder()
protected function getCacheBaseTags(): array
{
return [
(string) self::class,
(string) static::class,
];
}
}

0 comments on commit 69f16f9

Please sign in to comment.