Update Push.php

This commit is contained in:
Anyon 2019-12-14 17:24:05 +08:00
parent 6e90f242e1
commit a275eba135

View File

@ -118,7 +118,7 @@ class Push extends Controller
if (is_string(($result = $this->$method()))) return $result; if (is_string(($result = $this->$method()))) return $result;
} }
} catch (\Exception $e) { } 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'; return 'success';
} }