From 0e0f256848aeef460141f0656cc25f4f1e202e91 Mon Sep 17 00:00:00 2001 From: developer Date: Fri, 24 Apr 2026 14:04:33 +0800 Subject: [PATCH] =?UTF-8?q?=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=20=D1=83=D0=B2=D0=B5=D0=B4=D0=BE=D0=BC=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BE=D0=B1=20=D1=83=D0=BD=D0=B8=D0=BA?= =?UTF-8?q?=D0=B0=D0=BB=D1=8C=D0=BD=D0=BE=D1=81=D1=82=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Notifications/ContractUpdated.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Notifications/ContractUpdated.php b/app/Notifications/ContractUpdated.php index 541b67b..fe74ad0 100644 --- a/app/Notifications/ContractUpdated.php +++ b/app/Notifications/ContractUpdated.php @@ -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]) ]; } }