Skip to content

V2.0.4

Compare
Choose a tag to compare
@centrust centrust released this 16 Dec 21:39
· 7 commits to main since this release
Fix user locale update in LocalizationController

Corrected an error where the static method was being called on an instance. Switched from $User::update to $User->update to correctly update the user's locale in the LocalizationController. This ensures the user's locale is updated properly when authenticated.