芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/reginaeigbe.com/folder/admin/tmp/app/Repositories/Admin/DashboardRepository.php
limit(10)->get(); } /** * Get latest comments */ public function getLatestComments(): mixed { return Comment::latest()->limit(10)->get(); } }