1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-03 11:47:38 +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', 'ALERT',
'EMERGENCY', 'EMERGENCY',
]; ];
public function jsonSerialize(): mixed
{
return $this->value;
}
} }