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 reason I open this issue is that I need to use phroute as a router only and I dont want it to try to execute the handler and there is no way (as far as I know) to only get the data that matched.
The actual issue is that the method dispatchRoute (that does exactly what I'm looking for), is private and I cant use it even by extending the dispatcher.
Would you mind to make it protected or public? Or maybe do you have an other way to do that?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
The reason I open this issue is that I need to use phroute as a router only and I dont want it to try to execute the handler and there is no way (as far as I know) to only get the data that matched.
The actual issue is that the method dispatchRoute (that does exactly what I'm looking for), is private and I cant use it even by extending the dispatcher.
Would you mind to make it protected or public? Or maybe do you have an other way to do that?
Thanks
The text was updated successfully, but these errors were encountered: