Improvements to e692de7
, which wasnt picking up netmail alerts
This commit is contained in:
@@ -405,9 +405,9 @@ abstract class Packet extends FTNBase implements \Iterator, \Countable
|
||||
return (string)$this;
|
||||
}
|
||||
|
||||
public function mail(Builder $msgs): self
|
||||
public function mail(Collection $msgs): self
|
||||
{
|
||||
$this->messages = $msgs->get();
|
||||
$this->messages = $msgs;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
Reference in New Issue
Block a user