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

Add TenantDump command to service provider

This commit is contained in:
Victor R 2022-02-15 00:59:28 -05:00
parent 31abc3c52c
commit df01ce1d62

View file

@ -87,6 +87,7 @@ class TenancyServiceProvider extends ServiceProvider
Commands\Install::class,
Commands\Migrate::class,
Commands\Rollback::class,
Commands\TenantDump::class,
Commands\TenantList::class,
Commands\MigrateFresh::class,
]);