Flarum\Core\Notification::sender PHP Method

sender() public method

Define the relationship with the notification's sender.
public sender ( ) : BelongsTo
return Illuminate\Database\Eloquent\Relations\BelongsTo
    public function sender()
    {
        return $this->belongsTo('Flarum\\Core\\User', 'sender_id');
    }