Browse Source

controller

tags/0.1.0
Robin Thoni 8 years ago
parent
commit
8f2626cfd3
1 changed files with 0 additions and 5 deletions
  1. 0
    5
      src/Utils/LuController.php

+ 0
- 5
src/Utils/LuController.php View File

@@ -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
 }

Loading…
Cancel
Save