Skip to content

Commit 7f0c6ab

Browse files
authored
Merge pull request overtrue#203 from randiciest/master
Update ServiceProvider.php
2 parents 2bb6cc9 + 32938f0 commit 7f0c6ab

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)