Skip to content

Commit dab152a

Browse files
committed
styleci changes
1 parent f279df0 commit dab152a

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
@@ -54,7 +54,7 @@ protected function newBaseQueryBuilder()
5454
protected function getCacheBaseTags(): array
5555
{
5656
return [
57-
(string) Self::class,
57+
(string) self::class,
5858
];
5959
}
6060
}

0 commit comments

Comments
 (0)