@@ -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", [
|
||||
'Новая заявка с формы контактов',
|
||||
|
||||
Reference in New Issue
Block a user