From 66c2ac4fa4ecfad36cbcc2b1591a20ba488d4900 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Tue, 27 Jun 2023 17:56:55 +0200 Subject: [PATCH] Delete typo --- tests/PostgresRLSTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PostgresRLSTest.php b/tests/PostgresRLSTest.php index 20f41846..6a739150 100644 --- a/tests/PostgresRLSTest.php +++ b/tests/PostgresRLSTest.php @@ -230,7 +230,7 @@ test('users created by CreatePostgresUserForTenant are only granted the permissi test('postgres user permissions are only scoped to the tenant app', function() { $tenant = Tenant::create(); - // ALL grants' + // ALL grants CreatePostgresUserForTenant::dispatchSync($tenant); tenancy()->initialize($tenant);