The type PWWEB\Localisation\Middl...Illuminate\Http\Request was not found. Did you mean Illuminate\Http\Request? If so, make sure to prefix the type with \.
Loading history...
36
* @param Closure $next Next
37
*
38
* @return mixed
39
*/
40
public function handle(Request $request, Closure $next)
The method setLocale() does not exist on Illuminate\Container\Container. Are you sure you never get this type here, but always one of the subclasses?
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation