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

Register tenant schema dump command

This commit is contained in:
Victor R 2022-02-16 20:11:13 -05:00
parent 8859c24b5d
commit 16fe1673ba

View file

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