File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class FortySixElksSMS extends FortySixElksMedia implements FortySixElksMediaInte
1111 public $ type = 'SMS ' ;
1212 protected $ flash = 'no ' ;
1313 protected $ dry = 'no ' ;
14- protected $ delivered = null ;
14+ protected $ whendelivered = null ;
1515 protected $ log = false ;
1616
1717 /**
@@ -35,7 +35,7 @@ public function send()
3535 'to ' => $ this ->phone_number ,
3636 'flashsms ' => $ this ->flash ,
3737 'dryrun ' => $ this ->dry ,
38- 'whendelivered ' => $ this ->delivered ,
38+ 'whendelivered ' => $ this ->whendelivered ,
3939 'dontlog ' => $ this ->log ,
4040 ],
4141
@@ -77,9 +77,9 @@ public function dry()
7777 *
7878 * @return $this
7979 */
80- public function delivered ($ url )
80+ public function whendelivered ($ url )
8181 {
82- $ this ->delivered = $ this ->payload ['delivered ' ] ?? $ url ;
82+ $ this ->whendelivered = $ this ->payload ['whendelivered ' ] ?? $ url ;
8383
8484 return $ this ;
8585 }
You can’t perform that action at this time.
0 commit comments