mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update Push.php
This commit is contained in:
parent
6e90f242e1
commit
a275eba135
@ -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';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user