Fix bugs, vue-json-pretty package

This commit is contained in:
2024-03-31 17:33:47 +02:00
parent 95657481d5
commit c8775f0449
5 changed files with 12 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ class ProductsCompareController extends Controller
$text = $request->input("text");
$country = $request->input("country");
Log::channel('db')->info("{codes} {countries} {country} {online} {text} {ip} {referer}", ["codes" => $codes, "countries" => $countries, "country" => $country, "online" => $online, "text" => $text, "ip" => $request->ip(), $request->headers->get('referer')]);
Log::channel('db')->info("{codes} {countries} {country} {online} {text} {ip} {referer}", ["codes" => $codes, "countries" => $countries, "country" => $country, "online" => $online, "text" => $text, "ip" => $request->ip(), "referer" => $request->headers->get('referer')]);
$codes = collect($codes);
$countries = collect($countries);