Browse Source

removed getBusiness from LuController

develop
Robin Thoni 8 years ago
parent
commit
5caf94f147
1 changed files with 0 additions and 6 deletions
  1. 0
    6
      src/Utils/Controller/LuController.php

+ 0
- 6
src/Utils/Controller/LuController.php View File

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

Loading…
Cancel
Save