ngfchl

Results 2 issues of ngfchl

### 问题描述 / Describe the bug ![image](https://user-images.githubusercontent.com/45200806/138625558-75ac13f7-93f4-4a02-8020-46c917611af3.png) ### 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):...