@@ -17,7 +17,7 @@ class ForceLogout
public function handle($request, Closure $next, ...$guards)
{
if (Auth::user() != null) {
- Auth::guard('web-guard')->logoutCurrentDevice();
+ Auth::logoutCurrentDevice();
}
return $next($request);
@@ -11,4 +11,5 @@ parameters:
analyse:
- app/Protobuf/*
ignoreErrors:
- checkMissingIterableValueType: false
+ -
+ identifier: missingType.iterableValue