simplesquid / nova-enum-field

An enum field and filters for Laravel Nova.
MIT License
52 stars 26 forks source link

Compatability for laravel-enum 2.2.0 #13

Closed BenSampo closed 4 years ago

BenSampo commented 4 years ago

I haven't said hello before, but I'd like to say thanks for making this package, I use it all the time in my projects.

I've just released an update to laravel-enum which affects your package. The method toSelectArray has been renamed to asSelectArray. https://github.com/BenSampo/laravel-enum/compare/v2.1.0...v2.2.0

This PR adds functionally to call the correct method depending on the version used so that it's compatible with both versions of laravel-enum.

mdpoulter commented 4 years ago

Hey @BenSampo! That's so great to hear, and likewise, I use your package all the time too 😄

Thanks so much for PRing the change. I'll merge now and tag a new release.