Skip to content

Commit 63e7fa6

Browse files
authored
Merge pull request overtrue#217 from jaychan/patch-1
Fixed config bug
2 parents f052d53 + f0569ca commit 63e7fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function register()
7676
});
7777
}
7878

79-
if (empty(config('wechat.'.$name.'.default'))) {
79+
if (!empty(config('wechat.'.$name.'.app_id'))) {
8080
$accounts = [
8181
'default' => config('wechat.'.$name),
8282
];

0 commit comments

Comments
 (0)