Skip to content

Commit c1187f1

Browse files
authored
Apply fixes from StyleCI (#353)
1 parent 43879cd commit c1187f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function field(...$args)
1313
function data($data)
1414
{
1515
return response()->json([
16-
'data' => $data
16+
'data' => $data,
1717
]);
1818
}
1919
}

0 commit comments

Comments
 (0)