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

Drivers are always determined to be disabled #2

Closed
tlmcclatchey opened this issue Feb 17, 2024 · 0 comments
Closed

Drivers are always determined to be disabled #2

tlmcclatchey opened this issue Feb 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@tlmcclatchey
Copy link
Member

using isset($this->drivers[$className]) in the isEnabled(...) and get(...) methods of DriverManager will always return false because, when a driver is loaded, it is loaded with a null value.

array_key_exists needs to be used instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant