mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-18 09:29:46 +02:00
Fix phpstan issues
This commit is contained in:
@@ -39,7 +39,7 @@ class WebAuthnRegisterController extends Controller
|
||||
{
|
||||
$request->save();
|
||||
|
||||
Log::info(sprintf('User ID #%s registered a new security device', $request->user()->id));
|
||||
Log::info(sprintf('User ID #%s registered a new security device', $request->user()->id)); /** @phpstan-ignore property.notFound */
|
||||
|
||||
return response()->noContent();
|
||||
}
|
||||
|
Reference in New Issue
Block a user