Skip to content

Commit c68bb64

Browse files
[Fix] Fix caused by Symfony 7.3 upgrade
1 parent d96607a commit c68bb64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Security/SignatureValidToken.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ class SignatureValidToken extends AbstractToken
1010
{
1111
public function __construct(SignatureValidUser $user)
1212
{
13+
parent::__construct();
1314
$this->setUser($user);
1415
}
1516

0 commit comments

Comments
 (0)