作者 竞泽

fix:config file

... ... @@ -16,9 +16,9 @@ class TiktokShopProvider extends ServiceProvider
*/
public function boot()
{
$configPath = __DIR__.'/../publish/tiktok.php';
$configPath = __DIR__.'/../publish/tiktok.shop.php';
$this->publishes([
$configPath => config_path('tiktok.php')
$configPath => config_path('tiktok.shop.php')
], 'lackoxygen-tiktok');
}
... ...