Skip to content

Commit

Permalink
Fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
hector committed Nov 6, 2019
1 parent e72172e commit e565422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
function injectThinkLoggerToWechatApp($app)
{
if (!config('wechat.injectThinkLogger')) {
if (!config('wechat.inject_think_logger')) {
return;
}
// 注册自定义日志驱动
Expand Down

0 comments on commit e565422

Please sign in to comment.