Telephone is now phone

This commit is contained in:
2023-06-16 15:10:36 +10:00
parent 8f283f83f2
commit 27720ee882
7 changed files with 9 additions and 9 deletions

View File

@@ -43,7 +43,7 @@ class OrderRequestApprove extends Mailable
case 'broadband': $subject = sprintf('%s: %s',$this->service->category,$this->service->type->service_address);
break;
case 'telephone': $subject = sprintf('%s: %s',$this->service->category,$this->service->type->service_number);
case 'phone': $subject = sprintf('%s: %s',$this->service->category,$this->service->type->service_number);
break;
default: