2
Some checks are pending
Deploy / deploy (push) Waiting to run

This commit is contained in:
ssww23
2026-03-17 02:13:35 +03:00
parent 0ee9f05416
commit f2f4e2cdd7
12 changed files with 45 additions and 41 deletions

View File

@@ -55,7 +55,7 @@ class ContactController extends Controller
private function buildTelegramMessage(array $data, Request $request): string
{
$siteName = (string) config('shop.company_name', config('app.name', 'PC Shop'));
$siteName = (string) config('shop.company_name', config('app.name', 'Tehnobox'));
return implode("\n", [
'Новая заявка с формы контактов',