Browse Source

fix: 修改扩展ID命名

runphp 6 months ago
parent
commit
158970b78b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      composer.json
  2. 1 1
      info.php

+ 1 - 1
composer.json

@@ -25,7 +25,7 @@
   },
   },
   "extra": {
   "extra": {
     "sixshop": {
     "sixshop": {
-      "id": "tencentcloud-sms",
+      "id": "tencentcloud_sms",
       "class": "SixShop\\TencentCloudSms\\Extension"
       "class": "SixShop\\TencentCloudSms\\Extension"
     }
     }
   }
   }

+ 1 - 1
info.php

@@ -1,7 +1,7 @@
 <?php
 <?php
 declare(strict_types=1);
 declare(strict_types=1);
 return [
 return [
-  'id' => 'tencentcloud-sms',
+  'id' => 'tencentcloud_sms',
   'name' => '腾讯云短信',
   'name' => '腾讯云短信',
   'is_core' => false,
   'is_core' => false,
   'category' => 'other',
   'category' => 'other',