Skip to content

Commit 6da3307

Browse files
committed
Fix typo
1 parent fb382a1 commit 6da3307

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/RLS/PolicyManagers/TableRLSManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ protected function findShortestPath(
462462
// Example:
463463
// - posts table has highlighted_comment_id that leads to the comments table
464464
// - comments table has recursive_post_id that leads to the posts table (recursive relationship),
465-
// - comments table also has tenant_id which leadds to the tenants table (a valid path).
465+
// - comments table also has tenant_id which leads to the tenants table (a valid path).
466466
// If the recursive path got cached first, the path leading directly through tenants would never be found.
467467
return $this->buildPath(recursive: true);
468468
} else {

0 commit comments

Comments
 (0)