summaryrefslogtreecommitdiffstats
path: root/lib/private/appframework/http/dispatcher.php
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2013-10-11 10:07:57 +0200
committerThomas Tanghus <thomas@tanghus.net>2013-10-11 10:07:57 +0200
commitd75d80ba133c40ec519422db85f1493cbdc9edeb (patch)
tree31bebc9e6c5fc38bdac1a42f381a68454f92814f /lib/private/appframework/http/dispatcher.php
parent053b55721d69a54b8d9460868d9e6f3edc606271 (diff)
downloadnextcloud-server-d75d80ba133c40ec519422db85f1493cbdc9edeb.tar.gz
nextcloud-server-d75d80ba133c40ec519422db85f1493cbdc9edeb.zip
OCP\AppFramework\Controller\Controller => OCP\AppFramework\Controller
Diffstat (limited to 'lib/private/appframework/http/dispatcher.php')
-rw-r--r--lib/private/appframework/http/dispatcher.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/appframework/http/dispatcher.php b/lib/private/appframework/http/dispatcher.php
index 2a9ed121488..51283fd64e7 100644
--- a/lib/private/appframework/http/dispatcher.php
+++ b/lib/private/appframework/http/dispatcher.php
@@ -25,7 +25,7 @@
namespace OC\AppFramework\Http;
use \OC\AppFramework\Middleware\MiddlewareDispatcher;
-use OCP\AppFramework\Controller\Controller;
+use OCP\AppFramework\Controller;
/**