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 2bb6cc9 commit 554bb43Copy full SHA for 554bb43
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