服务器:php8.0.0+nginx1.18.0
今天(2020/12/15)新Composer的6.0.*同时Composer了think-multi-app
配置文件app.php中app_map设置了应用映射
以上操作设置在php7.4.13中运行正常,只是切换到php8.0.0后出现以下中断提示,应该是在PHP8后被弃用
Deprecated: Method ReflectionParameter::getClass() is deprecated in /mnt/e/wwwroot/wmstudio/vendor/topthink/framework/src/think/Container.php on line 443 最佳答案