mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update Instance model
This commit is contained in:
parent
f5a9d588ae
commit
f5d809c14b
1 changed files with 5 additions and 0 deletions
|
@ -60,4 +60,9 @@ class Instance extends Model
|
||||||
'id'
|
'id'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getUrl()
|
||||||
|
{
|
||||||
|
return url("/i/admin/instances/show/{$this->id}");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue