Skip to content

Commit 554bb43

Browse files
committed
Resolve overtrue#202
1 parent 2bb6cc9 commit 554bb43

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
@@ -81,7 +81,7 @@ public function register()
8181
});
8282
}
8383

84-
if (empty(config('wechat.'.$name.'default'))) {
84+
if (empty(config('wechat.'.$name.'.default'))) {
8585
$accounts = [
8686
'default' => config('wechat.'.$name),
8787
];

0 commit comments

Comments
 (0)