mirror of
https://github.com/nextcloud/server.git
synced 2026-07-05 12:34:39 +02:00
extract interfaces from fileapi for public namespace
This commit is contained in:
@@ -15,7 +15,7 @@ use OC\Files\NotPermittedException;
|
||||
|
||||
require_once 'files/exceptions.php';
|
||||
|
||||
class Node {
|
||||
class Node implements \OCP\Files\Node\Node {
|
||||
/**
|
||||
* @var \OC\Files\View $view
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user