mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02: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()
|
||||
{
|
||||
return url('/i/admin/contact/show/' . $this->id);
|
||||
return url('/i/admin/messages/show/' . $this->id);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue