do your future self a favor and add this test to your laravel app
Back
•
For the most part, I wouldn't expect anything in `App\Http` to be used outside of that namespace. Middleware and Requests only apply to HTTP calls, and if you're trying to perform the actions of a controller outside of HTTP then you should extract that functionality of a job, a service, or an "Action" (if you're interested in doing Action pattern)