|
@@ -11,10 +11,8 @@ |
|
11
|
11
|
}
|
|
12
|
12
|
|
|
13
|
13
|
class SH4_ShiftTypes_Command implements SH4_ShiftTypes_Command_
|
|
14
|
14
|
{
|
|
15
|
|
- public $crud, $query;
|
|
16
|
|
-
|
|
17
|
15
|
public function __construct(
|
|
18
|
16
|
HC3_Hooks $hooks,
|
|
19
|
17
|
SH4_ShiftTypes_Query $query,
|
|
20
|
18
|
HC3_CrudFactory $crudFactory
|