@@ -30,7 +30,7 @@ |
||
30 | 30 | 'ddd' => substr($number, 2, 2), |
31 | 31 | 'phone' => substr($number, 4) |
32 | 32 | ]; |
33 | - $registredBy = $this->peopleService->discoveryPeople(null, null, $phone, $name, null); |
|
33 | + $registredBy = $this->peopleService->discoveryPeople(null, null, $phone, $name, null); |
|
34 | 34 | $task = $this->discoveryOpenTask($provider, $registredBy, $type); |
35 | 35 | return $this->addInteration($registredBy, $message, $task, $type, 'public'); |
36 | 36 | } |