正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -16,9 +16,9 @@ class TiktokShopProvider extends ServiceProvider | @@ -16,9 +16,9 @@ class TiktokShopProvider extends ServiceProvider | ||
| 16 | */ | 16 | */ |
| 17 | public function boot() | 17 | public function boot() |
| 18 | { | 18 | { |
| 19 | - $configPath = __DIR__.'/../publish/tiktok.php'; | 19 | + $configPath = __DIR__.'/../publish/tiktok.shop.php'; |
| 20 | $this->publishes([ | 20 | $this->publishes([ |
| 21 | - $configPath => config_path('tiktok.php') | 21 | + $configPath => config_path('tiktok.shop.php') |
| 22 | ], 'lackoxygen-tiktok'); | 22 | ], 'lackoxygen-tiktok'); |
| 23 | } | 23 | } |
| 24 | 24 |
-
请 注册 或 登录 后发表评论