mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Update Contact model
This commit is contained in:
parent
fa1386ed4f
commit
a72d0964ac
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@ class Contact extends Model
|
||||||
|
|
||||||
public function adminUrl()
|
public function adminUrl()
|
||||||
{
|
{
|
||||||
return url('/i/admin/contact/show/' . $this->id);
|
return url('/i/admin/messages/show/' . $this->id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue