PluginProbe
ShiftController Employee Shift Scheduling / 4.9.68
ShiftController Employee Shift Scheduling v4.9.68
4.9.97 4.9.96 4.9.95 4.9.74 4.9.75 4.9.76 4.9.77 4.9.78 4.9.84 4.9.85 4.9.87 4.9.91 4.9.92 trunk 2.1.0 2.1.1 2.1.2 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 3.2.4 All 38 releases
← All changes | sh4/app/command.php +1 -2 4.9.764.9.68 View file →
@@ -20,9 +20,9 @@
20 20 }
21 21
22 22 class SH4_App_Command implements SH4_App_ICommand
23 23 {
24 - public $self, $crudFactory, $settings, $shiftTypesCommand, $calendarsCommand, $employeesCommand, $shiftsCommand;
24 + public $crudFactory, $settings, $shiftTypesCommand, $calendarsCommand, $employeesCommand, $shiftsCommand;
25 25
26 26 public function __construct(
27 27 HC3_CrudFactory $crudFactory,
28 28 HC3_Settings $settings,
@@ -39,9 +39,8 @@
39 39 $this->shiftTypesCommand = $hooks->wrap( $shiftTypesCommand );
40 40 $this->calendarsCommand = $hooks->wrap( $calendarsCommand );
41 41 $this->employeesCommand = $hooks->wrap( $employeesCommand );
42 42 $this->shiftsCommand = $hooks->wrap( $shiftsCommand );
43 - $this->self = $hooks->wrap( $this );
44 43 }
45 44
46 45 public function uninstall()
47 46 {