Commit e6d41b8d authored by Silas Albrecht's avatar Silas Albrecht

RedirectableUrlMatcher needs to return a proper array with the _route parameter

parent 79c588dd
......@@ -48,6 +48,7 @@ class RedirectableUrlMatcher extends BaseRedirectableUrlMatcher
return array(
'_controller' => function ($url) { return new RedirectResponse($url, 301); },
'_route' => $route,
'url' => $url,
);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment