summaryrefslogtreecommitdiff
path: root/vendor/illuminate/contracts/Filesystem/Cloud.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/illuminate/contracts/Filesystem/Cloud.php')
-rw-r--r--vendor/illuminate/contracts/Filesystem/Cloud.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/vendor/illuminate/contracts/Filesystem/Cloud.php b/vendor/illuminate/contracts/Filesystem/Cloud.php
deleted file mode 100644
index 86bea26a7c..0000000000
--- a/vendor/illuminate/contracts/Filesystem/Cloud.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?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);
-}