luojie234
Results
1
comments of
luojie234
You need to install magento from composer, not from github. Because version compare can not work.$this->helper->versionCompare('2.2.0'). OR edit code `public function getVersion() { $this->version = $this->version ?: $this->cache->load(self::VERSION_CACHE_KEY); if (!$this->version)...