BenSampo / laravel-enum

Simple, extensible and powerful enumeration implementation for Laravel.
https://sampo.co.uk/blog/using-enums-in-laravel
MIT License
1.99k stars 163 forks source link

Calling translator in boot breaks translation loading #321

Closed netpok closed 1 year ago

netpok commented 1 year ago

This package is is calling translation as part of the boot process. This triggers the loading of all currently registered translation which in turn prevents the loading of any other translations that were registered later.

netpok commented 1 year ago

Reproduce steps: https://github.com/laravel/framework/issues/47194

spawnia commented 1 year ago

This is related to, but not the same as https://github.com/BenSampo/laravel-enum/issues/245. Feel free to chime in at https://github.com/BenSampo/laravel-enum/issues/245#issuecomment-1538038415, I am not sure which one of the proposed merge requests I want to pursue further.

spawnia commented 1 year ago

Fixed with https://github.com/BenSampo/laravel-enum/releases/tag/v6.4.0.