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

fix warning in info when using connection config #2312

Merged
merged 2 commits into from
Sep 25, 2024
Merged

Conversation

MasterOdin
Copy link
Member

Closes #2311

PR fixes a warning/error that was getting shown when a user uses the connection config option for setting up their DB, where $envOptions['adapter'] is not set in that case, but we can get the adapter name via the PDO configuration option.

@MasterOdin MasterOdin merged commit 0ef61fc into 0.x Sep 25, 2024
13 of 14 checks passed
@MasterOdin MasterOdin deleted the fix-connection-config branch September 25, 2024 16:10
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.

ErrorException: Undefined array key "adapter" in AbstractCommand.php:470
1 participant