Skip to content

V2.0.7

Compare
Choose a tag to compare
@centrust centrust released this 16 Dec 22:27
· 4 commits to main since this release
Adjust user switch in LocalizationController

The LocalizationController's user-switching method was amended to solve potential issues in updating user's locale. Instead of directly using the request's auth id method, the localized switch now uses \App\Models\User::find with the user's id from the request's method to ensure the right user is updated.