|
...
|
...
|
@@ -21,12 +21,11 @@ class TiktokShopProvider extends ServiceProvider |
|
|
|
*/
|
|
|
|
public function boot()
|
|
|
|
{
|
|
|
|
if ($this->app->runningInConsole()) {
|
|
|
|
$configPath = __DIR__.'/../publish/tiktok.shop.php';
|
|
|
|
$this->publishes([
|
|
|
|
$configPath => config_path('tiktok.shop.php')
|
|
|
|
], 'lackoxygen-tiktok-shop');
|
|
|
|
|
|
|
|
if ($this->app->runningInConsole()) {
|
|
|
|
$this->commands($this->commands);
|
|
|
|
}
|
|
|
|
}
|
...
|
...
|
|