1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-04 19:24:02 +00:00

Delete typo

This commit is contained in:
lukinovec 2023-06-27 17:56:55 +02:00
parent d005e7b06d
commit 66c2ac4fa4

View file

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