Our Privacy Policy has changed, please visit https://about.gitlab.com/privacy to review these changes.
0/1 thread resolved
added MR::Requires Changes Sprint::09/25 - Oldfashioned Owl scoped labels
77 http_response_code($response->getStatusCode()); 78 echo $response->getBody(); 79 } 80 81 /** 82 * Legacy Route the pages 41 83 * (fallback to elgg page handler if we fail). 42 84 * 43 85 * @param string $uri 44 86 * @param string $method 45 87 * 46 88 * @return null|mixed 89 * @deprecated 47 90 */ 48 public function route($uri = null, $method = null) 91 public function legacyHandler($uri = null, $method = null) - Owner
legacy legacy...
perhaps we can call thisprePsr7RouteHandler
?