mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Deprecate remaining function and entire class
This commit is contained in:
parent
9bf01283e7
commit
34c8249799
1 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ namespace OCP\Route;
|
|||
*
|
||||
* @package OCP\Route
|
||||
* @since 7.0.0
|
||||
* @deprecated 9.0.0
|
||||
*/
|
||||
interface IRouter {
|
||||
|
||||
|
|
@ -44,6 +45,7 @@ interface IRouter {
|
|||
/**
|
||||
* @return string
|
||||
* @since 7.0.0
|
||||
* @deprecated 9.0.0
|
||||
*/
|
||||
public function getCacheKey();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue