正在显示
1 个修改的文件
包含
4 行增加
和
0 行删除
| @@ -25,6 +25,10 @@ class TiktokShopProvider extends ServiceProvider | @@ -25,6 +25,10 @@ class TiktokShopProvider extends ServiceProvider | ||
| 25 | $this->publishes([ | 25 | $this->publishes([ |
| 26 | $configPath => config_path('tiktok.shop.php') | 26 | $configPath => config_path('tiktok.shop.php') |
| 27 | ], 'lackoxygen-tiktok-shop'); | 27 | ], 'lackoxygen-tiktok-shop'); |
| 28 | + | ||
| 29 | + if ($this->app->runningInConsole()) { | ||
| 30 | + $this->commands($this->commands); | ||
| 31 | + } | ||
| 28 | } | 32 | } |
| 29 | 33 | ||
| 30 | /** | 34 | /** |
-
请 注册 或 登录 后发表评论