mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-07 15:58:19 +01:00
Started to move doctrine annotations to attributes (rector automated)
This commit is contained in:
@@ -50,9 +50,8 @@ use Symfony\Component\HttpFoundation\IpUtils;
|
||||
|
||||
/**
|
||||
* This log entry is created when something security related to a user happens.
|
||||
*
|
||||
* @ORM\Entity()
|
||||
*/
|
||||
#[ORM\Entity]
|
||||
class SecurityEventLogEntry extends AbstractLogEntry
|
||||
{
|
||||
public const SECURITY_TYPE_MAPPING = [
|
||||
|
||||
Reference in New Issue
Block a user