Skip to content

Commit

Permalink
Merge pull request #21 from Hironate/patch-2
Browse files Browse the repository at this point in the history
DLT Template
  • Loading branch information
robincsamuel authored Apr 7, 2021
2 parents 146584d + 78ac76b commit 1e3bbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelMsg91.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public function __construct(){
*
*/
public function message($recipients, $message, $opts=[]){
$data = collect($opts)->only('flash', 'sender', 'route', 'country', 'schtime', 'unicode', 'campaign', 'response', 'group_id')->toArray();
$data = collect($opts)->only('flash', 'sender', 'route', 'country', 'schtime', 'unicode', 'campaign', 'response', 'group_id','DLT_TE_ID','dev_mode')->toArray();

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

0 comments on commit 1e3bbd1

Please sign in to comment.