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
Currently, if I want to extend the Router class and modify the addRoute method, I have to copy the private properties and the private methods in the original class to my new class.
Can you change the private modifier to protected?
The text was updated successfully, but these errors were encountered:
Currently, if I want to extend the Router class and modify the addRoute method, I have to copy the private properties and the private methods in the original class to my new class.
Can you change the private modifier to protected?
The text was updated successfully, but these errors were encountered: