Example #1
0
 public function getUpdateChannel()
 {
     $channel = $this->configReader->getByPath('apps.core.OC_Channel');
     if (is_null($channel)) {
         return $this->locator->getChannelFromVersionsFile();
     }
     return $channel;
 }