0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-05-12 12:42:00 +00:00

codestyle

This commit is contained in:
Kevin Papst 2024-12-04 10:29:39 +01:00
parent 4ce3479049
commit 167c336c03

View file

@ -15,7 +15,7 @@ use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface;
final class TwoFactorCondition implements TwoFactorConditionInterface
{
public function __construct(private AuthorizationCheckerInterface $authorizationChecker)
public function __construct(private readonly AuthorizationCheckerInterface $authorizationChecker)
{
}