File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ $corpConfig = [
2121];
2222## 包配置
2323$srcConfig = [
24- 'default' => 'php-ffi ',
24+ 'default' => 'php-ext ',
2525 'providers' => [
2626 'php-ext' => [
2727 'driver' => \MoChat\WeWorkFinanceSDK\Provider\PHPExtProvider::class,
Original file line number Diff line number Diff line change 99 * @license https://github.com/mochat-cloud/mochat/blob/master/LICENSE
1010 */
1111return [
12- 'default ' => 'php-ffi ' ,
12+ 'default ' => 'php-ext ' ,
1313 'providers ' => [
1414 'php-ext ' => [
1515 'driver ' => \MoChat \WeWorkFinanceSDK \Provider \PHPExtProvider::class,
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ class WxFinanceSDK
3636 public function __construct (array $ config = [])
3737 {
3838 $ default = [
39- 'default ' => 'php-ffi ' ,
39+ 'default ' => 'php-ext ' ,
4040 'providers ' => [
4141 'php-ext ' => [
4242 'driver ' => \MoChat \WeWorkFinanceSDK \Provider \PHPExtProvider::class,
You can’t perform that action at this time.
0 commit comments