Fixes for laravel 6
This commit is contained in:
parent
f131db31c6
commit
62f66d7eed
@ -21,7 +21,7 @@ if (! function_exists('array_undot')) {
|
||||
$array = [];
|
||||
|
||||
foreach ($dotNotationArray as $key => $value) {
|
||||
array_set($array, $key, $value);
|
||||
\Illuminate\Support\Arr::set($array, $key, $value);
|
||||
}
|
||||
|
||||
return $array;
|
||||
|
Loading…
Reference in New Issue
Block a user