From e4a32e17b70a2473ecd4c1440483da97960058f0 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Wed, 5 Feb 2025 10:21:20 +0100 Subject: [PATCH] Update link in test comment --- tests/RLS/TableManagerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/RLS/TableManagerTest.php b/tests/RLS/TableManagerTest.php index 815ee6fd..e240aa84 100644 --- a/tests/RLS/TableManagerTest.php +++ b/tests/RLS/TableManagerTest.php @@ -590,7 +590,7 @@ test('table owner sees all the records when forceRls is false while other users expect(Order::first()->name)->toBe($order2->name); }); -// https://github.com/tenancy-for-laravel/v4/issues/63 +// https://github.com/archtechx/tenancy/pull/1288 test('user without BYPASSRLS can only query owned tables if forceRls is true', function(bool $forceRls) { CreateUserWithRLSPolicies::$forceRls = $forceRls;