We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146584d commit 78ac76bCopy full SHA for 78ac76b
src/LaravelMsg91.php
@@ -82,7 +82,7 @@ public function __construct(){
82
*
83
*/
84
public function message($recipients, $message, $opts=[]){
85
- $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();
86
87
if(!isset($data['sender'])) $data['sender'] = $this->sender_id;
88
if(!isset($data['route'])) $data['route'] = $this->route;
0 commit comments