/** * InstallShopScript constructor. */ public function __construct() { parent::__construct(); $this->workingDir = $this->getWorkingDir(); $this->client = new Client(); }
/** * DevWebasyst constructor. */ public function __construct() { parent::__construct(); $this->client = new Client(); }