Your IP : 216.73.216.219


Current Path : /home/pteabiscqq/www/libraries/quix/vendor/illuminate/contracts/Filesystem/
Upload File :
Current File : /home/pteabiscqq/www/libraries/quix/vendor/illuminate/contracts/Filesystem/Cloud.php

<?php

namespace Illuminate\Contracts\Filesystem;

interface Cloud extends Filesystem
{
    /**
     * Get the URL for the file at the given path.
     *
     * @param  string  $path
     * @return string
     */
    public function url($path);
}