forked from mirror/pixelfed
Update Status model, add place relation
This commit is contained in:
parent
94e444267f
commit
57edd32ed1
|
@ -403,4 +403,9 @@ class Status extends Model
|
|||
return $res[$audience];
|
||||
}
|
||||
|
||||
public function place()
|
||||
{
|
||||
return $this->belongsTo(Place::class);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue