Commit 49507ac1 authored by wangtao's avatar wangtao

Merge remote-tracking branch 'origin/master'

parents 5988b4e0 170f93b8
Pipeline #888 failed with stages
......@@ -21,6 +21,7 @@ class Error
* 空方法
*/
public function __call($method, $args){
halt(1);
$re = Response::create(app()->getRootPath().'app/v_msg.tpl','view')->assign(['msg'=>'Controller does not exist!','site'=>vconfig('site_title')])->header();
throw new HttpResponseException($re);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment