From a275eba135eafc5f2ded61eea6c2edd41c8ab7dd Mon Sep 17 00:00:00 2001 From: Anyon Date: Sat, 14 Dec 2019 17:24:05 +0800 Subject: [PATCH] Update Push.php --- app/wechat/controller/api/Push.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/wechat/controller/api/Push.php b/app/wechat/controller/api/Push.php index 06500142f..6669632ab 100644 --- a/app/wechat/controller/api/Push.php +++ b/app/wechat/controller/api/Push.php @@ -118,7 +118,7 @@ class Push extends Controller if (is_string(($result = $this->$method()))) return $result; } } catch (\Exception $e) { - $this->app->log->error("{$e->getFile()}:{$e->getLine()} [{$e->getCode()}] {$e->getMessage()}"); + $this->app->log->error("{$e->getLine()} [{$e->getCode()}] {$e->getMessage()}"); } return 'success'; }