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

Add rollback command removed by mistake

Add Rollback command removed by mistake after doing conditional loading of the schema dump command.
This commit is contained in:
Victor R 2022-02-15 08:44:55 -05:00 committed by Victor R
parent 9597aca13a
commit 0b30c33e54

View file

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