mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-06 11:14:54 +02:00
Applied rector suggestions
This commit is contained in:
parent
4106bcef5f
commit
20f32c7f12
170 changed files with 808 additions and 761 deletions
|
@ -44,12 +44,12 @@ class WebauthnKeyLastUseTwoFactorProvider implements TwoFactorProviderInterface
|
|||
|
||||
public function __construct(
|
||||
#[AutowireDecorated]
|
||||
private TwoFactorProviderInterface $decorated,
|
||||
private EntityManagerInterface $entityManager,
|
||||
private readonly TwoFactorProviderInterface $decorated,
|
||||
private readonly EntityManagerInterface $entityManager,
|
||||
#[Autowire(service: 'jbtronics_webauthn_tfa.user_public_key_source_repo')]
|
||||
private UserPublicKeyCredentialSourceRepository $publicKeyCredentialSourceRepository,
|
||||
private readonly UserPublicKeyCredentialSourceRepository $publicKeyCredentialSourceRepository,
|
||||
#[Autowire(service: 'jbtronics_webauthn_tfa.webauthn_provider')]
|
||||
private WebauthnProvider $webauthnProvider,
|
||||
private readonly WebauthnProvider $webauthnProvider,
|
||||
)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue