src/UcrmHelper.php @@ -50,6 +50,11 @@ return $this->config; } function getVersion() { $response = $this->getApi()->get('/version'); return $response['version']; } function getCurrentEvent() { if ($this->event === NULL) { try {