示例#1
0
文件: PressRepo.php 项目: sidis405/KP
 public function getAll()
 {
     return Press::orderBy('position', 'ASC')->get();
 }