We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d326c9 commit b0b04f3Copy full SHA for b0b04f3
src/DataProvider.php
@@ -53,6 +53,7 @@ public function toArray(): array
53
public function toNestedArray(): array
54
{
55
$response = new Response('', []);
56
+
57
return $response->resolvePropertyInstances($this->toArray(), request());
58
}
59
0 commit comments