can not custom logout redirection

hello guys I do all steps like this blog for change redirection of logout:
https://filamentphp.com/community/tim-wassenburg-how-to-customize-logout-redirect

but i got an error here:

Target class [App\Http\Responses\LogoutResponse] does not exist.

does any one have any idea?
Filament
A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.
Solution
Um. You placed it in app/Responses not app/Http/Responses
Was this page helpful?