From d60062131a6c42eef13622f735755c17bf443a42 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Tue, 23 May 2023 10:30:47 +0200 Subject: [PATCH] Complete todo cleanup --- tests/PostgresTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/PostgresTest.php b/tests/PostgresTest.php index 5fecf2fd..e48f6ba3 100644 --- a/tests/PostgresTest.php +++ b/tests/PostgresTest.php @@ -157,8 +157,6 @@ test('queries are correctly scoped using RLS', function() { tenancy()->end(); - // todo1 Add option to disable the global scopes that the BelongsToTenant trait adds to the models, make RLS scope the queries - // Ensure RLS scopes the queries – expect that tenants cannot access the records (posts and comments) of other tenants tenancy()->initialize($tenant); expect(Post::all()->pluck('text'))