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

[11.x] Remove redundant implementation of ConnectorInterface in MariaDbConnector #50881

Merged

Conversation

saMahmoudzadeh
Copy link
Contributor

In this PR, implementation of the ConnectorInterface from the MariaDbConnector class has been removed.

Class MySqlConnector itself implements the ConnectorInterface. Therefore, any class that inherits from MySqlConnector also has this interface.

class MySqlConnector extends Connector implements ConnectorInterface
{
 // ...
}
class MariaDbConnector extends MySqlConnector
{
}

Copy link

github-actions bot commented Apr 1, 2024

Thanks for submitting a PR!

Note that draft PR's are not reviewed. If you would like a review, please mark your pull request as ready for review in the GitHub user interface.

Pull requests that are abandoned in draft may be closed due to inactivity.

@saMahmoudzadeh saMahmoudzadeh marked this pull request as ready for review April 1, 2024 22:38
@taylorotwell taylorotwell merged commit 28de931 into laravel:11.x Apr 1, 2024
30 checks passed
@saMahmoudzadeh saMahmoudzadeh deleted the fix/remove-connector-interface branch April 1, 2024 23:09
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.

None yet

2 participants