Kaynağa Gözat

controller

tags/0.1.0
Robin Thoni 9 yıl önce
ebeveyn
işleme
8f2626cfd3
1 değiştirilmiş dosya ile 0 ekleme ve 5 silme
  1. 0
    5
      src/Utils/LuController.php

+ 0
- 5
src/Utils/LuController.php Dosyayı Görüntüle

@@ -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…
İptal
Kaydet