Skip to content

Commit ce7f97b

Browse files
committed
No need for this to be public
1 parent 28afaae commit ce7f97b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/services/Users.php

+1-6
Original file line numberDiff line numberDiff line change
@@ -1667,12 +1667,7 @@ private function _getUserUrl(User $user, string $fePath, string $cpPath): string
16671667
return $url;
16681668
}
16691669

1670-
/**
1671-
* Invalidates user index caches.
1672-
*
1673-
* @since 4.15.0
1674-
*/
1675-
public function invalidateIndexCaches(): void
1670+
private function invalidateIndexCaches(): void
16761671
{
16771672
TagDependency::invalidate(Craft::$app->getCache(), [
16781673
sprintf('element-index-query::%s', User::class),

0 commit comments

Comments
 (0)