BookStack\Attachment::getUrl PHP 메소드

getUrl() 공개 메소드

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