summaryrefslogtreecommitdiffstats
path: root/http/textdownloadresponse.php
diff options
context:
space:
mode:
Diffstat (limited to 'http/textdownloadresponse.php')
-rw-r--r--http/textdownloadresponse.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/http/textdownloadresponse.php b/http/textdownloadresponse.php
index a0821f43a..7a9d59c7d 100644
--- a/http/textdownloadresponse.php
+++ b/http/textdownloadresponse.php
@@ -13,9 +13,11 @@
namespace OCA\News\Http;
+use \OCP\AppFramework\Http\DownloadResponse;
+
/**
- * Prompts the user to download the a textfile
+ * Prompts the user to download the a text file
*/
class TextDownloadResponse extends DownloadResponse {