Fix migrations

This commit is contained in:
Jeremy Benoist
2022-12-20 23:30:54 +01:00
parent 6b5a518ce2
commit a8a4a4b1f8
9 changed files with 2 additions and 164 deletions

View File

@ -172,7 +172,7 @@ class User extends BaseUser implements EmailTwoFactorInterface, GoogleTwoFactorI
*
* @ORM\Column(type="json", nullable=true)
*/
private $backupCodes;
private array $backupCodes;
/**
* @var bool