Skip to content

[12.x] Add DatabaseStore::setConnection(), fix docblock for setLockConnection() #56554

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

Merged
merged 3 commits into from
Aug 6, 2025

Conversation

stancl
Copy link
Contributor

@stancl stancl commented Aug 5, 2025

This adds setConnection() (getConnection() and setLockConnection() already exist). Need this for supporting multi-DB cache stores in Tenancy.

Also corrects docblock for setLockConnection() — it receives the connection instance, not the name.

Second commit also adds getLockConnection() for consistency, since setLockConnection() already existed. I don't need this and can revert if you'd object to this addition. It just seems logical to have getters for things that already have a setter.

@stancl
Copy link
Contributor Author

stancl commented Aug 5, 2025

CI failure unrelated.

@taylorotwell taylorotwell merged commit 967834c into laravel:12.x Aug 6, 2025
19 of 60 checks passed
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.

2 participants