Skip to content

Commit 2341803

Browse files
authored
Update PortoutModel.php
Missing comma
1 parent 411875e commit 2341803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PortoutModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ class Portout extends RestEntry {
104104
"Triggered" => array("type" => "string"),
105105
"BillingType" => array("type" => "string"),
106106
"PortOutStatus" => array("type" => "string"),
107-
"ActualFocDate" => array("type" => "string")
107+
"ActualFocDate" => array("type" => "string"),
108108
"SPID" => array("type" => "string")
109109
);
110110

0 commit comments

Comments
 (0)