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

Lumen Context fix #922

Merged
merged 1 commit into from
Jul 17, 2024
Merged

Lumen Context fix #922

merged 1 commit into from
Jul 17, 2024

Conversation

stayallive
Copy link
Collaborator

As reported in #919, in Lumen when Laravel 11 components are used we try to use the Context facade to get the context. However in Lumen you have the options to not load facades which causes an error. This solves it by resolving the underlying context repository directly from the container (which is exactly what the Facade would've done).

@stayallive stayallive merged commit bfc7401 into master Jul 17, 2024
25 checks passed
@stayallive stayallive deleted the lumen-fixes branch July 17, 2024 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants