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

Replaced DB query with eloquent so query uses model's $connection #433

Open
wants to merge 16 commits into
base: develop
Choose a base branch
from

Conversation

himanshu-bhalala-24
Copy link

Replacing a DB query with Eloquent ensures the query utilizes the Revision model's $connection property, which defines the database connection. This helps if we want to use different database connection for revisions table.

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.

10 participants