mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-08 07:32:48 +08:00
前置操作不存在时抛出异常
This commit is contained in:
@@ -91,10 +91,8 @@ class Controller
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (method_exists($this, $method)) {
|
|
||||||
call_user_func([$this, $method]);
|
call_user_func([$this, $method]);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 加载模板输出
|
* 加载模板输出
|
||||||
|
|||||||
Reference in New Issue
Block a user