diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-09-23 21:22:03 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-09-23 21:22:03 -0400 |
commit | 5be520562997d3898268ed6bb44720ca35e062f1 (patch) | |
tree | b512de0e40507ea004a287de3b807d78e23fbcc7 /app/Core/ObjectStorage/ObjectStorageInterface.php | |
parent | 25b9e90ef3b6018f898047be025ad859fcbbd96a (diff) |
Change interface for objectStorage
Diffstat (limited to 'app/Core/ObjectStorage/ObjectStorageInterface.php')
-rw-r--r-- | app/Core/ObjectStorage/ObjectStorageInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Core/ObjectStorage/ObjectStorageInterface.php b/app/Core/ObjectStorage/ObjectStorageInterface.php index 5440cf2b..180bdf86 100644 --- a/app/Core/ObjectStorage/ObjectStorageInterface.php +++ b/app/Core/ObjectStorage/ObjectStorageInterface.php @@ -35,7 +35,7 @@ interface ObjectStorageInterface * @access public * @param string $key */ - public function passthru($key); + public function output($key); /** * Move local file to object storage |