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

getDeleteUrl() public method

public getDeleteUrl ( )
    public function getDeleteUrl()
    {
        return Url::to(['delete-conversation', 'contactId' => $this->contact_id]);
    }