summaryrefslogtreecommitdiff
path: root/app/Core/ObjectStorage/FileStorage.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Core/ObjectStorage/FileStorage.php')
-rw-r--r--app/Core/ObjectStorage/FileStorage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Core/ObjectStorage/FileStorage.php b/app/Core/ObjectStorage/FileStorage.php
index 96478c3a..fa1efe21 100644
--- a/app/Core/ObjectStorage/FileStorage.php
+++ b/app/Core/ObjectStorage/FileStorage.php
@@ -70,7 +70,7 @@ class FileStorage implements ObjectStorageInterface
* @access public
* @param string $key
*/
- public function passthru($key)
+ public function output($key)
{
$filename = $this->path.DIRECTORY_SEPARATOR.$key;