Flarum\Api\Serializer\NotificationSerializer::sender PHP Method

sender() protected method

protected sender ( $notification ) : Relationship
return Tobscure\JsonApi\Relationship
    protected function sender($notification)
    {
        return $this->hasOne($notification, 'Flarum\\Api\\Serializer\\UserBasicSerializer');
    }