mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 08:24:05 +00:00
Delete typo
This commit is contained in:
parent
d005e7b06d
commit
66c2ac4fa4
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
test('postgres user permissions are only scoped to the tenant app', function() {
|
||||||
$tenant = Tenant::create();
|
$tenant = Tenant::create();
|
||||||
// ALL grants'
|
// ALL grants
|
||||||
CreatePostgresUserForTenant::dispatchSync($tenant);
|
CreatePostgresUserForTenant::dispatchSync($tenant);
|
||||||
|
|
||||||
tenancy()->initialize($tenant);
|
tenancy()->initialize($tenant);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue