Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[express] Make ExpressAdapter fields protected instead of private #625

Merged
merged 1 commit into from
Sep 14, 2023
Merged

[express] Make ExpressAdapter fields protected instead of private #625

merged 1 commit into from
Sep 14, 2023

Conversation

RedbeanGit
Copy link
Contributor

@RedbeanGit RedbeanGit commented Sep 13, 2023

Private fields make it difficult to extends ExpressAdapter. Using protected instead make ExpressAdapter open to extension.

Close #626

Private fields make it difficult to extends ExpressAdapter. Using protected instead make ExpressAdapter open for extension
@felixmosh felixmosh merged commit 8b74f47 into felixmosh:master Sep 14, 2023
@felixmosh
Copy link
Owner

thank you for this PR

released in v5.8.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[express] Make ExpressAdapter fields protected instead of private
2 participants