@@ -59,8 +59,7 @@ |
||
| 59 | 59 | * @class Auditor |
| 60 | 60 | * @package Platine\Framework\Audit |
| 61 | 61 | */ |
| 62 | -class Auditor |
|
| 63 | -{ |
|
| 62 | +class Auditor { |
|
| 64 | 63 | /** |
| 65 | 64 | * The audit repository |
| 66 | 65 | * @var AuditRepository |
@@ -51,8 +51,7 @@ |
||
| 51 | 51 | * @class EventType |
| 52 | 52 | * @package Platine\Framework\Audit\Enum |
| 53 | 53 | */ |
| 54 | -class EventType |
|
| 55 | -{ |
|
| 54 | +class EventType { |
|
| 56 | 55 | public const AUTH = 'auth'; |
| 57 | 56 | public const PASSWORD_RESET = 'password_reset'; |
| 58 | 57 | public const CREATE = 'create'; |