Skip to content

Commit 676096a

Browse files
author
Admin
committed
New streamed json response
1 parent f39d683 commit 676096a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Responses/StreamedJsonResponse.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@
7272
*/
7373
class StreamedJsonResponse extends StreamedResponse
7474
{
75-
public const META_DATA= 'metaData';
75+
public const META_DATA = 'metaData';
76+
7677
public function __construct(
7778
private iterable $data,
7879
int $status = 200,

0 commit comments

Comments
 (0)