From d75d80ba133c40ec519422db85f1493cbdc9edeb Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Fri, 11 Oct 2013 10:07:57 +0200 Subject: OCP\AppFramework\Controller\Controller => OCP\AppFramework\Controller --- tests/lib/appframework/controller/ControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/lib/appframework/controller/ControllerTest.php') diff --git a/tests/lib/appframework/controller/ControllerTest.php b/tests/lib/appframework/controller/ControllerTest.php index 614744394ed..f17d5f24aa5 100644 --- a/tests/lib/appframework/controller/ControllerTest.php +++ b/tests/lib/appframework/controller/ControllerTest.php @@ -25,7 +25,7 @@ namespace Test\AppFramework\Controller; use OC\AppFramework\Http\Request; -use OCP\AppFramework\Controller\Controller; +use OCP\AppFramework\Controller; use OCP\AppFramework\Http\TemplateResponse; -- cgit v1.2.3