diff options
Diffstat (limited to 'lib/public/appframework/http/jsonresponse.php')
-rw-r--r-- | lib/public/appframework/http/jsonresponse.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/appframework/http/jsonresponse.php b/lib/public/appframework/http/jsonresponse.php index 085fdbed2f9..fa7d32596e8 100644 --- a/lib/public/appframework/http/jsonresponse.php +++ b/lib/public/appframework/http/jsonresponse.php @@ -24,6 +24,7 @@ namespace OCP\AppFramework\Http; +use OCP\AppFramework\Http; /** * A renderer for JSON calls |