mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-08 01:14:34 +02:00
Fixed coding style.
This commit is contained in:
parent
a5e1f02d27
commit
ae75e6844f
41 changed files with 147 additions and 163 deletions
|
@ -1,4 +1,7 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
/**
|
||||
* This file is part of Part-DB (https://github.com/Part-DB/Part-DB-symfony).
|
||||
*
|
||||
|
@ -20,7 +23,6 @@
|
|||
|
||||
namespace App\Events;
|
||||
|
||||
|
||||
class SecurityEvents
|
||||
{
|
||||
public const PASSWORD_CHANGED = 'security.password_changed';
|
||||
|
@ -32,4 +34,4 @@ class SecurityEvents
|
|||
public const GOOGLE_DISABLED = 'security.google_disabled';
|
||||
public const TRUSTED_DEVICE_RESET = 'security.trusted_device_reset';
|
||||
public const TFA_ADMIN_RESET = 'security.2fa_admin_reset';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue