mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 18:26:42 +07:00
Merge pull request #13132 from nextcloud/chore/dev/remove-register-routes
chore(dev): Document removal of \OCP\AppFramework\App::registerRoutes
This commit is contained in:
@@ -59,3 +59,4 @@ Removed APIs
|
||||
If you need the package for your app, then you need to ship it yourself.
|
||||
- ``\OCP\Files::getStorage`` and the legacy ``OC_App_::getStorage`` methods were deprecated since Nextcloud 14, respective Nextcloud 5, and were now removed.
|
||||
Instead use ``\OCP\Files\IAppData``.
|
||||
- ``\OCP\AppFramework\App::registerRoutes`` (deprecated in Nextcloud 20) was removed. Instead return the routes as an array from your routes.php or use route attributes.
|
||||
|
||||
Reference in New Issue
Block a user