1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-07-30 09:50:26 +02:00

Remove dead code

This commit is contained in:
Jordi Boggiano
2022-04-23 13:51:26 +02:00
parent 1c80bce4ad
commit 733d6f1cc6

View File

@@ -54,9 +54,4 @@ enum LevelName: string
'ALERT',
'EMERGENCY',
];
public function jsonSerialize(): mixed
{
return $this->value;
}
}