v3.5.1
- Deprecate
LocaleService::pushLocale()
method. This method is redundant and forces the injection of this class as a dependency when it could be avoided. Use Laravel trait\Illuminate\Support\Traits\Localizable::withLocale()
instead.
LocaleService::pushLocale()
method. This method is redundant and forces the injection of this class as a dependency when it could be avoided. Use Laravel trait \Illuminate\Support\Traits\Localizable::withLocale()
instead.