Skip to content

Commit 087237e

Browse files
webshiyueovertrue
authored andcommitted
fix quot miss of config.php
1 parent c0c1643 commit 087237e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*/
4242
// 'oauth' => [
4343
// 'scopes' => array_map('trim', explode(',', env('WECHAT_OAUTH_SCOPES', 'snsapi_userinfo'))),
44-
// 'callback' => env('WECHAT_OAUTH_CALLBACK', /examples/oauth_callback.php'),
44+
// 'callback' => env('WECHAT_OAUTH_CALLBACK', '/examples/oauth_callback.php'),
4545
// ],
4646

4747
/**
@@ -57,4 +57,4 @@
5757
// // 'sub_merchant_id' => env('WECHAT_PAYMENT_SUB_MERCHANT_ID', ''),
5858
// // ...
5959
// ],
60-
];
60+
];

0 commit comments

Comments
 (0)