Browse Source

Deprecate registerRoutes

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma 3 years ago
parent
commit
37b2121ccf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/public/AppFramework/App.php

+ 1 - 0
lib/public/AppFramework/App.php

@@ -143,6 +143,7 @@ class App {
 	 * @param array $routes
 	 * @since 6.0.0
 	 * @suppress PhanAccessMethodInternal
+	 * @deprecated 20.0.0 Just return an array from your routes.php
 	 */
 	public function registerRoutes(IRouter $router, array $routes) {
 		$routeConfig = new RouteConfig($this->container, $router, $routes);