Skip to content

Commit

Permalink
fixed array merge
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Oct 23, 2023
1 parent 38fccd8 commit 80e4d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Traits/SiteApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ protected static function siteApiRequest($method, $path, $extra_data = [])
'Information' => json_encode(Info::all()),
];

$data = array_merge_recursive([
$data = array_merge([
'timeout' => 30,
'referer' => true,
'http_errors' => false,
Expand Down

0 comments on commit 80e4d94

Please sign in to comment.