mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 20:54:04 +00:00
parent
e2d35bc18d
commit
769ec16f89
1 changed files with 7 additions and 9 deletions
|
|
@ -22,15 +22,13 @@ class TenancyServiceProvider extends ServiceProvider
|
||||||
*/
|
*/
|
||||||
public function boot()
|
public function boot()
|
||||||
{
|
{
|
||||||
if ($this->app->runningInConsole()) {
|
$this->commands([
|
||||||
$this->commands([
|
Run::class,
|
||||||
Run::class,
|
Seed::class,
|
||||||
Seed::class,
|
Migrate::class,
|
||||||
Migrate::class,
|
Rollback::class,
|
||||||
Rollback::class,
|
TenantList::class,
|
||||||
TenantList::class,
|
]);
|
||||||
]);
|
|
||||||
}
|
|
||||||
|
|
||||||
$this->publishes([
|
$this->publishes([
|
||||||
__DIR__ . '/config/tenancy.php' => config_path('tenancy.php'),
|
__DIR__ . '/config/tenancy.php' => config_path('tenancy.php'),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue