Skip to content
New issue

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

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

Already on GitHub? # to your account

[11.x] Adds $config property to MultipleInstanceManager #52028

Conversation

cosmastech
Copy link
Contributor

I noticed that Manager has a docblock type-hinted $config property, but MultipleInstanceManager does not.

This is a nice quality of life improvement as it's no longer necessary to write $this->app["config"]->get() and I have the benefit of my IDE being able to tell me the methods available.

@taylorotwell taylorotwell merged commit a9e9be4 into laravel:11.x Jul 5, 2024
30 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants