diff options
Diffstat (limited to 'apps/dav/lib/Connector/Sabre/DummyGetResponsePlugin.php')
-rw-r--r-- | apps/dav/lib/Connector/Sabre/DummyGetResponsePlugin.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/dav/lib/Connector/Sabre/DummyGetResponsePlugin.php b/apps/dav/lib/Connector/Sabre/DummyGetResponsePlugin.php index f068b62d5dd..9c68b065dbb 100644 --- a/apps/dav/lib/Connector/Sabre/DummyGetResponsePlugin.php +++ b/apps/dav/lib/Connector/Sabre/DummyGetResponsePlugin.php @@ -25,6 +25,7 @@ */ namespace OCA\DAV\Connector\Sabre; + use Sabre\HTTP\RequestInterface; use Sabre\HTTP\ResponseInterface; |