Rename all models
This commit is contained in:
@@ -109,7 +109,7 @@ class UrlHelper extends Base
|
||||
public function base()
|
||||
{
|
||||
if (empty($this->base)) {
|
||||
$this->base = $this->config->get('application_url') ?: $this->server();
|
||||
$this->base = $this->configModel->get('application_url') ?: $this->server();
|
||||
}
|
||||
|
||||
return $this->base;
|
||||
|
||||
Reference in New Issue
Block a user