ngfchl
ngfchl
### 问题描述 / Describe the bug  ### Sharelist 版本 / Sharelist Version latest ### 复现链接 / Reproduction _No response_ ### 日志 / Logs ```shell Visual Studio CodeOpen in Visual...
大叔升级下依赖的`laravel-modules`的版本呀,不然在5.8版本报如下错误: ``` In Module.php line 267: Call to undefined method Illuminate\Events\Dispatcher::fire() ``` 新版的 ``` protected function fireEvent($event) { $this->app['events']->fire(sprintf('modules.%s.' . $event, $this->getLowerName()), [$this]); } ``` 已经升级为: ``` protected function fireEvent($event):...