Remove else condition. #738
This commit is contained in:
parent
e102766961
commit
674a862586
1 changed files with 2 additions and 2 deletions
|
|
@ -4018,7 +4018,7 @@ class ResqJobOrderHandler implements JobOrderHandlerInterface
|
|||
$notif_number = $hub->getNotifNumber();
|
||||
if (empty($notif_number))
|
||||
return null;
|
||||
else
|
||||
|
||||
$phone_number = $this->country_code . $notif_number;
|
||||
|
||||
// check if reason is administrative
|
||||
|
|
|
|||
Loading…
Reference in a new issue