1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 13:14:05 +00:00

Run TenantDump as passed tenant

This commit is contained in:
lukinovec 2022-11-22 12:26:18 +01:00 committed by GitHub
parent 9520cbc811
commit e503616a2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ class TenantDump extends DumpCommand
return 1; return 1;
} }
parent::handle($connections, $dispatcher); $tenant->run(fn() => parent::handle($connections, $dispatcher));
return 0; return 0;
} }