fixed array merge

This commit is contained in:
Denis Duliçi 2023-10-23 22:02:22 +03:00
parent 38fccd892b
commit 80e4d94fcc
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ trait SiteApi
'Information' => json_encode(Info::all()),
];
$data = array_merge_recursive([
$data = array_merge([
'timeout' => 30,
'referer' => true,
'http_errors' => false,