Spatie\MediaLibrary\UrlGenerator\S3UrlGenerator::getUrl PHP Метод

getUrl() публичный Метод

Get the url for the profile of a media item.
public getUrl ( ) : string
Результат string
    public function getUrl() : string
    {
        return config('laravel-medialibrary.s3.domain') . '/' . $this->getPathRelativeToRoot();
    }
S3UrlGenerator