mirror of
https://github.com/openvk/openvk
synced 2025-07-03 22:39:59 +03:00
chore(support): comply with lint
This commit is contained in:
parent
77954cf85e
commit
5fbef3df4e
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ final class SupportPresenter extends OpenVKPresenter
|
|||
|
||||
if ($helpdeskChat) {
|
||||
$serverUrl = ovk_scheme(true) . $_SERVER["SERVER_NAME"] . "/support/agent" . $this->user->id;
|
||||
$ticketUrl = ovk_scheme(true) . $_SERVER["SERVER_NAME"] . "/support/reply/" . $id;
|
||||
$ticketUrl = ovk_scheme(true) . $_SERVER["SERVER_NAME"] . "/support/reply/" . $id;
|
||||
$telegramText = "🔔 <b>Изменён статус тикета</b> <a href='$ticketUrl'>"{$ticket->getName()}"</a>: <b>{$state}</b>\n\n";
|
||||
$telegramText .= "Агент: <a href='$serverUrl'>{$this->user->identity->getFullName()}</a>\n";
|
||||
Telegram::send($helpdeskChat, $telegramText);
|
||||
|
|
Loading…
Reference in a new issue