mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 02:54:03 +00:00
Fix typo
This commit is contained in:
parent
fb382a10d1
commit
6da3307ec7
1 changed files with 1 additions and 1 deletions
|
|
@ -462,7 +462,7 @@ class TableRLSManager implements RLSPolicyManager
|
||||||
// Example:
|
// Example:
|
||||||
// - posts table has highlighted_comment_id that leads to the comments table
|
// - posts table has highlighted_comment_id that leads to the comments table
|
||||||
// - comments table has recursive_post_id that leads to the posts table (recursive relationship),
|
// - comments table has recursive_post_id that leads to the posts table (recursive relationship),
|
||||||
// - comments table also has tenant_id which leadds to the tenants table (a valid path).
|
// - comments table also has tenant_id which leads to the tenants table (a valid path).
|
||||||
// If the recursive path got cached first, the path leading directly through tenants would never be found.
|
// If the recursive path got cached first, the path leading directly through tenants would never be found.
|
||||||
return $this->buildPath(recursive: true);
|
return $this->buildPath(recursive: true);
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue