diff --git a/app/Ninja/Presenters/EntityPresenter.php b/app/Ninja/Presenters/EntityPresenter.php index 72e1f430c..863199b05 100644 --- a/app/Ninja/Presenters/EntityPresenter.php +++ b/app/Ninja/Presenters/EntityPresenter.php @@ -13,7 +13,7 @@ class EntityPresenter extends Presenter */ public function url() { - return url($this->path()); + return SITE_URL . $this->path(); } public function path()