diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-10-07 00:33:54 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-10-07 00:33:54 +0200 |
commit | e071bfc14476877b9731bfe84904858444eb1dbd (patch) | |
tree | 9390d2e60965aa8b71bb0f31448aeb6541efbc1d /lib/private/appframework/http | |
parent | 3829a746a154863dc264bc83aa8bde4970d59949 (diff) | |
download | nextcloud-server-e071bfc14476877b9731bfe84904858444eb1dbd.tar.gz nextcloud-server-e071bfc14476877b9731bfe84904858444eb1dbd.zip |
fixing SecurityMiddleware to use OC6 API
Diffstat (limited to 'lib/private/appframework/http')
-rw-r--r-- | lib/private/appframework/http/dispatcher.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/appframework/http/dispatcher.php b/lib/private/appframework/http/dispatcher.php index ea57a6860cc..2a9ed121488 100644 --- a/lib/private/appframework/http/dispatcher.php +++ b/lib/private/appframework/http/dispatcher.php @@ -24,8 +24,8 @@ namespace OC\AppFramework\Http; -use \OC\AppFramework\Controller\Controller; use \OC\AppFramework\Middleware\MiddlewareDispatcher; +use OCP\AppFramework\Controller\Controller; /** |