diff --git a/src/EasyLogFormatter.php b/src/EasyLogFormatter.php index 791ccb0..39d17f0 100644 --- a/src/EasyLogFormatter.php +++ b/src/EasyLogFormatter.php @@ -402,7 +402,7 @@ private function formatThrowableObjects(array $array): array return $array; } - private function formatThrowable(Throwable $throwable): array + private function formatThrowable(\Throwable $throwable): array { return [ 'class' => get_class($throwable),