Skip to content

Commit d348e41

Browse files
committed
Add network as part of the optional parameters in README
1 parent 4f8f110 commit d348e41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ use Clickatell\Callback;
185185

186186
Callback::parseMoCallback(function ($values) {
187187
// var_dump($values);
188-
// Contains: api_id, moMsgId, from, to, timestamp, network, text
189-
// Optional: charset, udh
188+
// Contains: api_id, moMsgId, from, to, timestamp, text
189+
// Optional: charset, udh, network
190190
});
191191

192192
?>

0 commit comments

Comments
 (0)