mirror of
https://github.com/flarum/framework.git
synced 2025-02-01 05:44:58 +08:00
Missed a spot
This commit is contained in:
parent
72d46bc461
commit
eb3232dfc9
|
@ -120,7 +120,7 @@ class Notification extends AbstractModel
|
|||
*
|
||||
* @return \Illuminate\Database\Eloquent\Relations\BelongsTo
|
||||
*/
|
||||
public function sender()
|
||||
public function fromUser()
|
||||
{
|
||||
return $this->belongsTo(User::class, 'from_user_id');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user