Closed jenky closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
720ccc8
) 84.61% compared to head (3dda935
) 84.77%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
The
register
method was introduced to streamline middleware registration, improving extendability and encapsulation while allowing middleware to be added as closures which are lazily invoked during connector configuration. This change leads to cleaner code and a more scalable configuration pattern.