mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 01:14:03 +00:00
Fix typo
This commit is contained in:
parent
aff8986c9b
commit
64048d2950
1 changed files with 1 additions and 1 deletions
|
|
@ -265,7 +265,7 @@ class TableRLSManager implements RLSPolicyManager
|
||||||
* If there's no valid path in the end, and the table has recursive relationships,
|
* If there's no valid path in the end, and the table has recursive relationships,
|
||||||
* an appropriate exception is thrown.
|
* an appropriate exception is thrown.
|
||||||
*
|
*
|
||||||
* At the end, it return the shortest non-nullable path if available,
|
* At the end, it returns the shortest non-nullable path if available,
|
||||||
* fall back to the overall shortest path.
|
* fall back to the overall shortest path.
|
||||||
*/
|
*/
|
||||||
$visitedTables = [...$visitedTables, $table];
|
$visitedTables = [...$visitedTables, $table];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue