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 f052d53 commit f0569caCopy full SHA for f0569ca
src/ServiceProvider.php
@@ -76,7 +76,7 @@ public function register()
76
});
77
}
78
79
- if (empty(config('wechat.'.$name.'.default'))) {
+ if (!empty(config('wechat.'.$name.'.app_id'))) {
80
$accounts = [
81
'default' => config('wechat.'.$name),
82
];
0 commit comments