jqhph / dcat-admin

🔥 基于 Laravel 的后台系统构建工具 (Laravel Admin),使用很少的代码快速构建一个功能完善的高颜值后台系统,内置丰富的后台常用组件,开箱即用,让开发者告别冗杂的HTML代码
http://www.dcatadmin.com
MIT License
3.89k stars 711 forks source link

建议在 EloquentRepository 中加入 widthCount 方法。 #730

Closed ZkfIsYou closed 3 years ago

ZkfIsYou commented 3 years ago

Description:

update 2.0.5-beta => 2.0.9-beta

Steps To Reproduce:

升级过程正常,升级后大部分功能正常。 建议在 EloquentRepository 中加入 widthCount 方法。

jqhph commented 3 years ago

withCount没有必要加在数据仓库,可以用$grid->model()->withCount([xxx]);

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.