bubasuma\simplechat\models\Conversation::getReadUrl PHP Method

getReadUrl() public method

public getReadUrl ( )
    public function getReadUrl()
    {
        return Url::to(['mark-conversation-as-read', 'contactId' => $this->contact_id]);
    }