Skip to content
Snippets Groups Projects
Commit 34c82497 authored by Roeland Jago Douma's avatar Roeland Jago Douma
Browse files

Deprecate remaining function and entire class

parent 9bf01283
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,7 @@ namespace OCP\Route; ...@@ -29,6 +29,7 @@ namespace OCP\Route;
* *
* @package OCP\Route * @package OCP\Route
* @since 7.0.0 * @since 7.0.0
* @deprecated 9.0.0
*/ */
interface IRouter { interface IRouter {
...@@ -44,6 +45,7 @@ interface IRouter { ...@@ -44,6 +45,7 @@ interface IRouter {
/** /**
* @return string * @return string
* @since 7.0.0 * @since 7.0.0
* @deprecated 9.0.0
*/ */
public function getCacheKey(); public function getCacheKey();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment