Ensure SITE_URL is always used
This commit is contained in:
parent
27ee08d541
commit
72cbea9a0c
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ class EntityPresenter extends Presenter
|
|||
*/
|
||||
public function url()
|
||||
{
|
||||
return url($this->path());
|
||||
return SITE_URL . $this->path();
|
||||
}
|
||||
|
||||
public function path()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue