diff options
author | Roeland Jago Douma <rullzer@owncloud.com> | 2016-04-22 15:28:48 +0200 |
---|---|---|
committer | Roeland Jago Douma <rullzer@owncloud.com> | 2016-04-22 16:00:00 +0200 |
commit | 4eebccd81fca602eee5cc1a76edd374028826608 (patch) | |
tree | 3f9e1974db1e069239d4800ce94ae96550358d78 /lib/public/appframework | |
parent | 1d33a5ef133d917074a94d40a939b6cbbe698711 (diff) | |
download | nextcloud-server-4eebccd81fca602eee5cc1a76edd374028826608.tar.gz nextcloud-server-4eebccd81fca602eee5cc1a76edd374028826608.zip |
Fix inconsistent nameing of AppFramework
Diffstat (limited to 'lib/public/appframework')
-rw-r--r-- | lib/public/appframework/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/appframework/app.php b/lib/public/appframework/app.php index 09297d91ee8..e5069150765 100644 --- a/lib/public/appframework/app.php +++ b/lib/public/appframework/app.php @@ -29,7 +29,7 @@ */ namespace OCP\AppFramework; -use OC\AppFramework\routing\RouteConfig; +use OC\AppFramework\Routing\RouteConfig; /** |