ソースを参照

removed getBusiness from LuController

develop
Robin Thoni 8年前
コミット
5caf94f147
1個のファイルの変更0行の追加6行の削除
  1. 0
    6
      src/Utils/Controller/LuController.php

+ 0
- 6
src/Utils/Controller/LuController.php ファイルの表示

@@ -2,12 +2,6 @@
2 2
 
3 3
 namespace Luticate\Utils\Controller;
4 4
 
5
-use Luticate\Utils\Business\LuBusiness;
6
-
7 5
 abstract class LuController
8 6
 {
9
-    /**
10
-     * @return LuBusiness
11
-     */
12
-    protected abstract function getBusiness();
13 7
 }

読み込み中…
キャンセル
保存