mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 11:14:03 +00:00
Merge 3.x into master
This commit is contained in:
parent
617e9a7a73
commit
8fd19192ec
11 changed files with 105 additions and 54 deletions
|
|
@ -62,6 +62,7 @@ class TenancyServiceProvider extends ServiceProvider
|
|||
$this->app->singleton(Commands\Rollback::class, function ($app) {
|
||||
return new Commands\Rollback($app['migrator']);
|
||||
});
|
||||
|
||||
$this->app->singleton(Commands\Seed::class, function ($app) {
|
||||
return new Commands\Seed($app['db']);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue