@@ -205,8 +205,8 @@ |
||
205 | 205 | protected $trustedDeviceCookieVersion = 0; |
206 | 206 | |
207 | 207 | /** @var Collection<TwoFactorKeyInterface> |
208 | - * @ORM\OneToMany(targetEntity="App\Entity\UserSystem\U2FKey", mappedBy="user", cascade={"REMOVE"}, orphanRemoval=true) |
|
209 | - */ |
|
208 | + * @ORM\OneToMany(targetEntity="App\Entity\UserSystem\U2FKey", mappedBy="user", cascade={"REMOVE"}, orphanRemoval=true) |
|
209 | + */ |
|
210 | 210 | protected $u2fKeys; |
211 | 211 | |
212 | 212 | /** |