kopia lustrzana https://github.com/pixelfed/pixelfed
Update Contact model
rodzic
12cb57dbd0
commit
fd6a4526ee
|
@ -10,4 +10,9 @@ class Contact extends Model
|
|||
{
|
||||
return $this->belongsTo(User::class);
|
||||
}
|
||||
|
||||
public function adminUrl()
|
||||
{
|
||||
return url('/i/admin/contact/show/' . $this->id);
|
||||
}
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue