作者 竞泽

fix:config file

@@ -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