mirror of
https://github.com/kevinpapst/kimai2.git
synced 2025-05-12 12:42:00 +00:00
codestyle
This commit is contained in:
parent
4ce3479049
commit
167c336c03
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue