Skip to content

Commit f754640

Browse files
authored
Added missing string 'CallerName' to Feature class
When pulling the tn details, the E911 record was missing the CallerName field in the output.
1 parent b8529aa commit f754640

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/simpleModels/Features.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class Feature {
2020

2121
protected $fields = array(
2222
"Status" => array("type" => "string"),
23+
"CallerName" => array("type" => "string"),
2324
"SubscriberType" => array("type" => "string"),
2425
"SubscriberInformation" => array("type" => "string"),
2526
"UseType" => array("type" => "string"),

0 commit comments

Comments
 (0)