Skip to content

Commit

Permalink
src/helpers.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Xsaven committed May 22, 2023
1 parent ac97169 commit 03591c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ function array_dots_uncollapse(array $array): array
$result = [];

foreach ($array as $key => $value) {
Arr::set($result, $key, $value);
\Illuminate\Support\Arr::set($result, $key, $value);
}

return $result;
Expand Down

0 comments on commit 03591c6

Please sign in to comment.