作者 竞泽

fix:reg command

... ... @@ -25,6 +25,10 @@ class TiktokShopProvider extends ServiceProvider
$this->publishes([
$configPath => config_path('tiktok.shop.php')
], 'lackoxygen-tiktok-shop');
if ($this->app->runningInConsole()) {
$this->commands($this->commands);
}
}
/**
... ...