Missed a spot

This commit is contained in:
Toby Zerner 2018-08-24 21:58:17 +09:30
parent ad33638a99
commit d51a779241

View File

@ -120,7 +120,7 @@ class Notification extends AbstractModel
* *
* @return \Illuminate\Database\Eloquent\Relations\BelongsTo * @return \Illuminate\Database\Eloquent\Relations\BelongsTo
*/ */
public function sender() public function fromUser()
{ {
return $this->belongsTo(User::class, 'from_user_id'); return $this->belongsTo(User::class, 'from_user_id');
} }