fix check if dav root is folder

Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2022-03-09 17:23:59 +01:00
parent 79f6742410
commit a617e1e711
No known key found for this signature in database
GPG key ID: 42B69D8A64526EFB

View file

@ -31,7 +31,7 @@
*/
namespace OCA\DAV\Connector\Sabre;
use OC\Files\Node\Folder;
use OCP\Files\Folder;
use OCA\DAV\AppInfo\PluginManager;
use OCA\DAV\Files\BrowserErrorPagePlugin;
use OCP\Files\Mount\IMountManager;