Skip to content

Commit

Permalink
Changed getCacheBaseTags to use Late Static Binding
Browse files Browse the repository at this point in the history
  • Loading branch information
s-shiryaev authored Oct 8, 2021
1 parent e3a4501 commit 1780a82
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 1780a82

Please sign in to comment.