You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You defined Illuminate\Http\Response and Illuminate\Http\RedirectResponse response types as a return function of the middleware, but on my page a Illuminate\Http\JsonResponse response type returns.
This causes the following error message:
BezhanSalleh\FilamentLanguageSwitch\Http\Middleware\SwitchLanguageLocale::handle(): Return value must be of type Illuminate\Http\Response|Illuminate\Http\RedirectResponse, Illuminate\Http\JsonResponse returned
The text was updated successfully, but these errors were encountered:
You defined Illuminate\Http\Response and Illuminate\Http\RedirectResponse response types as a return function of the middleware, but on my page a Illuminate\Http\JsonResponse response type returns.
This causes the following error message:
BezhanSalleh\FilamentLanguageSwitch\Http\Middleware\SwitchLanguageLocale::handle(): Return value must be of type Illuminate\Http\Response|Illuminate\Http\RedirectResponse, Illuminate\Http\JsonResponse returned
The text was updated successfully, but these errors were encountered: