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 8df786d commit 9352cafCopy full SHA for 9352caf
src/Response.php
@@ -81,7 +81,7 @@ public function toResponse($request)
81
82
foreach ($props as $key => $value) {
83
if (str_contains($key, '.')) {
84
- Arr::set($props, $key, $value);
+ data_set($props, $key, $value);
85
unset($props[$key]);
86
}
87
0 commit comments