Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit c5660fb

Browse files
author
Andrey Helldar
authored
Renamed the trace key to info for the Laravel debug responses
1 parent 4d5774b commit c5660fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Support/LaravelException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ protected function getExceptionTrace(Throwable $e)
9999
$converted = parent::convertExceptionToArray($e);
100100

101101
return config('app.debug')
102-
? ['trace' => Arr::except($converted, 'message')]
102+
? ['info' => Arr::except($converted, 'message')]
103103
: [];
104104
}
105105
}

0 commit comments

Comments
 (0)