| 1 | <?php |
||
| 17 | class Upgrade { |
||
| 18 | |||
| 19 | /** @var IConfig */ |
||
| 20 | private $config; |
||
| 21 | |||
| 22 | /** @var ItemService */ |
||
| 23 | private $itemService; |
||
| 24 | |||
| 25 | private $appName; |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Upgrade constructor. |
||
| 29 | * @param IConfig $config |
||
| 30 | * @param $appName |
||
| 31 | */ |
||
| 32 | 2 | public function __construct(IConfig $config, ItemService $itemService, |
|
| 38 | |||
| 39 | 2 | public function upgrade() { |
|
| 48 | |||
| 49 | } |
||
| 50 |