umbrellio / laravel-pg-extensions

Laravel extensions for Postgres
MIT License
90 stars 18 forks source link

Fixes Laravel 9 support for registerCustomDoctrineType #70

Closed danieljaniga closed 2 years ago

danieljaniga commented 2 years ago

Replaced registerCustomDoctrineType with DB::registerDoctrineType (https://laravel.com/docs/9.x/upgrade#schema-builder-doctrine-method)

pvsaintpe commented 2 years ago

@danieljaniga Thanks!

pvsaintpe commented 2 years ago

@danieljaniga https://github.com/umbrellio/laravel-pg-extensions/releases/tag/5.3.2