File "Downloader.php"

Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/spatie/laravel-medialibrary/src/Downloaders/Downloader.php
File size: 130 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Spatie\MediaLibrary\Downloaders;

interface Downloader
{
    public function getTempFile(string $url): string;
}