| @@ -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 | { |