Please respect that I'm new to programming and Laravel, so this question might seem a little odd to the most of you.
But I think this is what stackoverflow is for, so:
When I created a new middleware with the command php artisan make:middleware setLocale
there was already the handle
-function with this code in it:
return $next($request);
and I'm wondering what exactly this line does.