We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 758072d + 6414053 commit 305b751Copy full SHA for 305b751
src/ServiceProvider.php
@@ -37,7 +37,6 @@ protected function setupConfig()
37
$source = realpath(__DIR__.'/config.php');
38
39
if ($this->app instanceof LaravelApplication) {
40
-
41
if ($this->app->runningInConsole()) {
42
$this->publishes([
43
$source => config_path('wechat.php'),
@@ -82,7 +81,7 @@ public function provides()
82
81
}
83
84
/**
85
- * 创建模拟登录
+ * 创建模拟登录.
86
*/
87
protected function setUpMockAuthUser()
88
{
src/config.php
@@ -58,7 +58,7 @@
58
// // ...
59
// ],
60
61
- /**
+ /*
62
* 开发模式下的免授权模拟授权用户资料
63
*
64
* 当 enable_mock 为 true 则会启用模拟微信授权,用于开发时使用,开发完成请删除或者改为 false 即可
0 commit comments