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 2bb6cc9 + 32938f0 commit 7f0c6abCopy full SHA for 7f0c6ab
src/ServiceProvider.php
@@ -81,7 +81,7 @@ public function register()
81
});
82
}
83
84
- if (empty(config('wechat.'.$name.'default'))) {
+ if (empty(config('wechat.'.$name.'.default'))) {
85
$accounts = [
86
'default' => config('wechat.'.$name),
87
];
0 commit comments