mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-05 06:55:27 +01:00
Apply symplify checkers.
This commit is contained in:
@@ -50,8 +50,10 @@ use u2flib_server\Registration;
|
||||
/**
|
||||
* @ORM\Entity
|
||||
* @ORM\Table(name="u2f_keys",
|
||||
* uniqueConstraints={@ORM\UniqueConstraint(name="user_unique",columns={"user_id",
|
||||
* "key_handle"})})
|
||||
* uniqueConstraints={
|
||||
* @ORM\UniqueConstraint(name="user_unique",columns={"user_id",
|
||||
* "key_handle"})
|
||||
* })
|
||||
* @ORM\HasLifecycleCallbacks()
|
||||
*/
|
||||
class U2FKey implements TwoFactorKeyInterface
|
||||
|
||||
Reference in New Issue
Block a user