-
-
Notifications
You must be signed in to change notification settings - Fork 507
Closed
Description
laravel-wechat/src/ServiceProvider.php
Line 84 in 2bb6cc9
| if (empty(config('wechat.'.$name.'default'))) { |
Should be:
if (empty(config('wechat.'.$name.'.default'))) {Metadata
Metadata
Assignees
Labels
No labels