Skip to content

Commit 1d94646

Browse files
authored
Update problem-detail-exceptions.php
1 parent 3eef596 commit 1d94646

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config/problem-detail-exceptions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
return [
66
'app_name' => env('PROBLEM_DETAIL_EXCEPTION_APP_NAME', 'APP'),
77
'enable_log_in_exception' => env('PROBLEM_DETAIL_EXCEPTION_GENERATE_LOGS', true),
8-
'available_fields_lists' => [
8+
'available_fields_list' => [
99
ExceptionsFieldsEnum::TYPE,
1010
ExceptionsFieldsEnum::TITLE,
1111
ExceptionsFieldsEnum::STATUS,
@@ -24,4 +24,4 @@
2424
ExceptionsFieldsEnum::USER_TITLE,
2525
],
2626

27-
];
27+
];

0 commit comments

Comments
 (0)