BookStack\Attachment::getUrl PHP Method

getUrl() public method

Get the url of this file.
public getUrl ( ) : string
return string
    public function getUrl()
    {
        return baseUrl('/attachments/' . $this->id);
    }