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

[9.x] Remove redundant Doctrine method on schema builder #40731

Merged
merged 2 commits into from
Feb 1, 2022
Merged

[9.x] Remove redundant Doctrine method on schema builder #40731

merged 2 commits into from
Feb 1, 2022

Conversation

bakerkretzmar
Copy link
Contributor

Follow-up to #40119 and #40303. Removes Schema::registerCustomDoctrineType(), the correct way to register custom types is with DB::registerDoctrineType() or in the config, and if for some reason someone still wants to do it this way they can use Schema::getConnection()->registerDoctrineType().

@taylorotwell taylorotwell merged commit 6052bb5 into laravel:9.x Feb 1, 2022
@taylorotwell
Copy link
Member

Do we need a PR to the 9.x upgrade guide for this? (laravel/docs master branch)

@bakerkretzmar
Copy link
Contributor Author

Good call, will do 👍🏻

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.

3 participants