Skip to content
Snippets Groups Projects
Commit 956de27e authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #13676 from owncloud/fix-node-iface

Fix node interface
parents 1add2f3f b8769802
No related branches found
No related tags found
No related merge requests found
...@@ -8,10 +8,9 @@ ...@@ -8,10 +8,9 @@
namespace OC\Files\Node; namespace OC\Files\Node;
use OCP\Files\FileInfo;
use OCP\Files\NotPermittedException; use OCP\Files\NotPermittedException;
class Node implements \OCP\Files\Node, FileInfo { class Node implements \OCP\Files\Node {
/** /**
* @var \OC\Files\View $view * @var \OC\Files\View $view
*/ */
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
// This means that they should be used by apps instead of the internal ownCloud classes // This means that they should be used by apps instead of the internal ownCloud classes
namespace OCP\Files; namespace OCP\Files;
interface Node { interface Node extends FileInfo {
/** /**
* Move the file or folder to a new location * Move the file or folder to a new location
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment