* Refactor send404 function and set to uniformed format.

This commit is contained in:
dingguodong
2021-08-09 17:24:21 +08:00
parent ceb74bf406
commit c641348c5c
+11
View File
@@ -219,6 +219,17 @@ class baseEntry
$this->send($code, $response);
}
/**
* Send 404 response.
*
* @access public
* @return void
*/
public function send404()
{
$this->sendError(404, '404 Not found');
}
/**
* 加载禅道的控制器类
* Load controller of zentaopms