tpetry / laravel-postgresql-enhanced

Support for many missing PostgreSQL specific features
MIT License
772 stars 31 forks source link

fix: use actual namespace instead of alias #88

Closed innocenzi closed 3 months ago

innocenzi commented 3 months ago

When aliases are disabled in a Laravel project, we have to specify the entire FQCN. Third-parties that use aliases will cause errors, which this package did when we tried to update it.

ElRochito commented 3 months ago

@tpetry this fix isn't on the 1.0.0 release, could you release it please ?

tpetry commented 3 months ago

@ElRochito Fixed with 1.0.1