浏览代码

controller

tags/0.1.0
Robin Thoni 9 年前
父节点
当前提交
8f2626cfd3
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0
    5
      src/Utils/LuController.php

+ 0
- 5
src/Utils/LuController.php 查看文件

@@ -10,9 +10,4 @@ abstract class LuController extends BaseController
10 10
      * @return LuBusiness
11 11
      */
12 12
     protected abstract function getBusiness();
13
-
14
-    public function getAll($page = 0, $perPage = PHP_INT_MAX)
15
-    {
16
-        return self::getBusiness()->getAll($page, $perPage);
17
-    }
18 13
 }

正在加载...
取消
保存