отключил уведомление об изменении договора для пользователя, оставил только в договорах
This commit is contained in:
parent
f4a50b8dd5
commit
d158c6624f
@ -49,7 +49,7 @@ public function __invoke(Deal $deal, Request $request)
|
|||||||
$contract->save();
|
$contract->save();
|
||||||
$agent = $deal->agent;
|
$agent = $deal->agent;
|
||||||
$deal->notify(new ContractUpdatedForDeal($deal->contract));
|
$deal->notify(new ContractUpdatedForDeal($deal->contract));
|
||||||
$agent->user->notify(new ContractUpdated($deal->contract));
|
//$agent->user->notify(new ContractUpdated($deal->contract));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user