mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 23:22:48 +08:00
Route类调整
This commit is contained in:
@@ -30,11 +30,11 @@ class Email
|
||||
* 通知发送接口
|
||||
* @access public
|
||||
* @param string $msg 日志信息
|
||||
* @return void
|
||||
* @return bool
|
||||
*/
|
||||
public function send($msg = '')
|
||||
{
|
||||
error_log($msg, 1, $this->config['address']);
|
||||
return error_log($msg, 1, $this->config['address']);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user