1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 14:14:04 +00:00

Update link in test comment

This commit is contained in:
lukinovec 2025-02-05 10:21:20 +01:00
parent d531c972b6
commit e4a32e17b7

View file

@ -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;