mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 16:14:05 +00:00
Merge branch 'master' into stein-j-readied-tenant
This commit is contained in:
commit
095c2e1380
55 changed files with 556 additions and 123 deletions
|
|
@ -15,8 +15,6 @@ class TenancyServiceProvider extends ServiceProvider
|
|||
{
|
||||
/**
|
||||
* Register services.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function register(): void
|
||||
{
|
||||
|
|
@ -76,8 +74,6 @@ class TenancyServiceProvider extends ServiceProvider
|
|||
|
||||
/**
|
||||
* Bootstrap services.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function boot(): void
|
||||
{
|
||||
|
|
@ -88,6 +84,7 @@ class TenancyServiceProvider extends ServiceProvider
|
|||
Commands\Migrate::class,
|
||||
Commands\Rollback::class,
|
||||
Commands\TenantList::class,
|
||||
Commands\TenantDump::class,
|
||||
Commands\MigrateFresh::class,
|
||||
Commands\CreatePendingTenants::class,
|
||||
Commands\ClearPendingTenants::class,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue