Skip to content

Commit 1e3bbd1

Browse files
authored
Merge pull request #21 from Hironate/patch-2
DLT Template
2 parents 146584d + 78ac76b commit 1e3bbd1

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)