Drop to level 6, that should fix the build.

This commit is contained in:
James Cole
2023-11-04 12:10:17 +01:00
parent b77b3e3fc8
commit 94b0028254
6 changed files with 35 additions and 9 deletions

View File

@@ -127,6 +127,9 @@ class LoginController extends Controller
Log::channel('audit')->info(sprintf('Login failed. Attempt for user "%s" failed.', $request->get($this->username())));
$this->sendFailedLoginResponse($request);
/** @noinspection PhpUnreachableStatementInspection */
return response()->json([]);
}
/**