You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The URL view helper factory is a closure created here. This closure will need to be changed to inject the router and route match instances into the helper constructor, or, removed completely to favour the shipped UrlFactory in https://github.com/laminas/laminas-mvc-view when 1.0 is released.
Because the Url helper itself has a different namespace Laminas\Mvc\View\Helper\Url, this is likely a BC break for MVC
The text was updated successfully, but these errors were encountered:
The URL view helper factory is a closure created here. This closure will need to be changed to inject the router and route match instances into the helper constructor, or, removed completely to favour the shipped
UrlFactory
in https://github.com/laminas/laminas-mvc-view when 1.0 is released.Because the Url helper itself has a different namespace
Laminas\Mvc\View\Helper\Url
, this is likely a BC break for MVCThe text was updated successfully, but these errors were encountered: