Skip to content

V2.0.6

Compare
Choose a tag to compare
@centrust centrust released this 16 Dec 21:46
· 5 commits to main since this release
Update user retrieval in LocalizationController

Altered the user retrieval method in the LocalizationController. It previously used the request's user method directly, albeit it has been updated to employ \App\Models\User::find with the user id returned by the request's method to ensure the correct user is being updated. This will solve potential issues related to the user's locale not updating properly.