Skip to content

Commit f624330

Browse files
committed
preserve keys for LogResource
1 parent 34619b8 commit f624330

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Http/Resources/LogResource.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
class LogResource extends JsonResource
99
{
10+
public bool $preserveKeys = true;
11+
1012
/**
1113
* @param Request $request
1214
* @return array

0 commit comments

Comments
 (0)