积分916
阅读权限50
最后登录2024-10-2
TA的每日心情 | 可爱 2024-7-18 17:38 |
---|
高级嫖友
- UID
- 990
- 马尼
- 484 枚
- 贡献
- 109 次
- 信誉
- 0 点
- 在线时间
- 46 小时
- 注册时间
- 2024-3-2
- 最后登录
- 2024-10-2
|
发表于 2024-4-20 23:06:46
|
显示全部楼层
老大,这是咋回事
#0 [0]HttpException in [url=]Controller.php line 76[/url]
控制器不存在:app\controller\Register
- ->setAction($this->actionName);
- }
- public function exec()
- {
- try {
- // 实例化控制器
- $instance = $this->controller($this->controller);
- } catch (ClassNotFoundException $e) {
- throw new HttpException(404, 'controller not exists:' . $e->getClass());
- }
- // 注册控制器中间件
- $this->registerControllerMiddleware($instance);
- return $this->app->middleware->pipeline('controller')
- ->send($this->request)
- ->then(function () use ($instance) {
- // 获取当前操作名
|
|