1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-13 02:04:03 +00:00

[2.x] Add CreateTenant command (#153)

* Add CreateTenant command, fix TenantList output

* Create command test
This commit is contained in:
Samuel Štancl 2019-10-04 20:22:23 +02:00 committed by GitHub
parent 40f8fa346e
commit d4472469f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 69 additions and 5 deletions

View file

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