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
refactor(middleware): rename OutputSoarScoresMiddleware to OutputScoresMiddleware
- Rename `OutputSoarScoresMiddleware` class to `OutputScoresMiddleware` to improve naming consistency.
- Update corresponding namespace imports in `Bootstrapper.php`.
- Modify the registration of middleware in the container from `OutputSoarScoresMiddleware` to `OutputScoresMiddleware`.
- Rename the file from `OutputSoarScoresMiddleware.php` to `OutputScoresMiddleware.php` preserving functionality.
- Ensures better readability and clarity by using a more concise class name.
0 commit comments