Closed iAvenger01 closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
3db2bb2
) 89.51% compared to head (295620c
) 89.50%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Changing the use of an implementation to an interface to implement a custom route
I have my own custom route class that inherits from RouteInterface just like the original class from the spiral/router package. However, the command to display routes does not work because it uses an implementation class rather than an interface in the types. This PR is acknowledged to correct this.