Skip to content

Commit

Permalink
修复config错误
Browse files Browse the repository at this point in the history
  • Loading branch information
qiqizjl committed Jun 7, 2018
1 parent a861928 commit 6d9ca4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*/
'log' => [
'level' => env('WECHAT_LOG_LEVEL', 'debug'),
'file' => env('WECHAT_LOG_FILE', storage_path('logs/wechat.log')),
'file' => env('WECHAT_LOG_FILE', app()->getRuntimePath()."logs/wechat.log"),
],
],

Expand Down

0 comments on commit 6d9ca4c

Please sign in to comment.