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.
1 parent 3791cf7 commit c907611Copy full SHA for c907611
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
* 当此选项为空的时候则会启用微信授权,用于开发时使用,开发完成请删除即可
0 commit comments