diff --git a/app/Modules/Bitrix/Models/SendAgent.php b/app/Modules/Bitrix/Models/SendAgent.php index 7ba3ab4..09d3049 100644 --- a/app/Modules/Bitrix/Models/SendAgent.php +++ b/app/Modules/Bitrix/Models/SendAgent.php @@ -15,5 +15,6 @@ public function __construct(Agent $agent) $this->addDataItem('name', $agent->user->name); $this->addDataItem('phones', [$agent->user->phone]); $this->addDataItem('agency_id', [$agent->company->bitrixId()]); + dd($this->data); } }