Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Middleware handle function return type #79

Closed
WitherCOM opened this issue Jan 25, 2024 · 0 comments · Fixed by #80
Closed

Middleware handle function return type #79

WitherCOM opened this issue Jan 25, 2024 · 0 comments · Fixed by #80

Comments

@WitherCOM
Copy link

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

bezhanSalleh added a commit that referenced this issue Jan 25, 2024
bezhanSalleh added a commit that referenced this issue Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant