[Pkg-owncloud-commits] [owncloud] 41/103: Add use statement

David Prévot taffit at moszumanska.debian.org
Sun May 31 12:32:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag v8.0.4RC1
in repository owncloud.

commit 5230854dc87964f6e5ae16bb6aab1df88273e7fb
Author: Lukas Reschke <lukas at owncloud.com>
Date:   Sat May 2 19:51:01 2015 +0200

    Add use statement
    
    Just fixes the PHPDoc and also fixes #16011
---
 lib/public/appframework/controller.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/public/appframework/controller.php b/lib/public/appframework/controller.php
index 00981df..19b1294 100644
--- a/lib/public/appframework/controller.php
+++ b/lib/public/appframework/controller.php
@@ -28,6 +28,7 @@
 namespace OCP\AppFramework;
 
 use OCP\AppFramework\Http\TemplateResponse;
+use OCP\AppFramework\Http\Response;
 use OCP\AppFramework\Http\JSONResponse;
 use OCP\AppFramework\Http\DataResponse;
 use OCP\IRequest;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list