summaryrefslogtreecommitdiffstats
path: root/lib/public/files
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/files')
-rw-r--r--lib/public/files/node.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/files/node.php b/lib/public/files/node.php
index 35c20b487c9..c3434b4b609 100644
--- a/lib/public/files/node.php
+++ b/lib/public/files/node.php
@@ -29,7 +29,7 @@
// This means that they should be used by apps instead of the internal ownCloud classes
namespace OCP\Files;
-interface Node {
+interface Node extends FileInfo {
/**
* Move the file or folder to a new location
*