обновлено уведомление об уникальности

This commit is contained in:
developer 2026-04-24 14:04:33 +08:00
parent aeed371355
commit 0e0f256848

View File

@ -57,7 +57,7 @@ public function toArray(object $notifiable): array
{
return [
'contract' => $this->contract->id,
'text' => __('notifications.' . get_class($this), ['contact' => $this->contract->deal->user->name])
'text' => __('notifications.' . get_class($this), ['contact' => $this->contract->deal->agent->name])
];
}
}