fixed array merge
This commit is contained in:
parent
38fccd892b
commit
80e4d94fcc
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue