Skip to content

Commit 78ac76b

Browse files
authored
DLT Template
DLT Template ID in options
1 parent 146584d commit 78ac76b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelMsg91.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function __construct(){
8282
*
8383
*/
8484
public function message($recipients, $message, $opts=[]){
85-
$data = collect($opts)->only('flash', 'sender', 'route', 'country', 'schtime', 'unicode', 'campaign', 'response', 'group_id')->toArray();
85+
$data = collect($opts)->only('flash', 'sender', 'route', 'country', 'schtime', 'unicode', 'campaign', 'response', 'group_id','DLT_TE_ID','dev_mode')->toArray();
8686

8787
if(!isset($data['sender'])) $data['sender'] = $this->sender_id;
8888
if(!isset($data['route'])) $data['route'] = $this->route;

0 commit comments

Comments
 (0)