App\Traits\Uploadable::fileUrl PHP 메소드

fileUrl() 공개 메소드

public fileUrl ( )
    public function fileUrl()
    {
        if ($this->getFileProperties() === null) {
            return;
        }
        return $this->storage()->url($this->filePath());
    }