aboutsummaryrefslogtreecommitdiffstats
path: root/lib/files/storage
diff options
context:
space:
mode:
Diffstat (limited to 'lib/files/storage')
-rw-r--r--lib/files/storage/temporary.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/files/storage/temporary.php b/lib/files/storage/temporary.php
index 0e69c9112ac..ffc55e27507 100644
--- a/lib/files/storage/temporary.php
+++ b/lib/files/storage/temporary.php
@@ -11,7 +11,7 @@ namespace OC\Files\Storage;
/**
* local storage backnd in temporary folder for testing purpores
*/
-class Temporary extends OC\Files\Storage\Local{
+class Temporary extends Local{
public function __construct($arguments) {
$this->datadir=\OC_Helper::tmpFolder();
}