1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 11:14:03 +00:00
This commit is contained in:
lukinovec 2025-07-02 17:47:45 +02:00
parent aff8986c9b
commit 64048d2950

View file

@ -265,7 +265,7 @@ class TableRLSManager implements RLSPolicyManager
* If there's no valid path in the end, and the table has recursive relationships,
* 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.
*/
$visitedTables = [...$visitedTables, $table];