From 64048d29506129c5f53ea1a278eb83279d40bfa1 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Wed, 2 Jul 2025 17:47:45 +0200 Subject: [PATCH] Fix typo --- src/RLS/PolicyManagers/TableRLSManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RLS/PolicyManagers/TableRLSManager.php b/src/RLS/PolicyManagers/TableRLSManager.php index d13c24ef..ad0a1e5d 100644 --- a/src/RLS/PolicyManagers/TableRLSManager.php +++ b/src/RLS/PolicyManagers/TableRLSManager.php @@ -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];