mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 11:14:03 +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:
parent
9597aca13a
commit
0b30c33e54
1 changed files with 1 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ class TenancyServiceProvider extends ServiceProvider
|
||||||
Commands\Seed::class,
|
Commands\Seed::class,
|
||||||
Commands\Install::class,
|
Commands\Install::class,
|
||||||
Commands\Migrate::class,
|
Commands\Migrate::class,
|
||||||
|
Commands\Rollback::class,
|
||||||
Commands\TenantList::class,
|
Commands\TenantList::class,
|
||||||
Commands\TenantDump::class,
|
Commands\TenantDump::class,
|
||||||
Commands\MigrateFresh::class,
|
Commands\MigrateFresh::class,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue