Skip to content

Commit

Permalink
Update AtTrait.php
Browse files Browse the repository at this point in the history
  • Loading branch information
assert6 authored May 26, 2020
1 parent 1b6021d commit 62cb70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Message/AtTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function at(string $mobile)

public function ats(array $mobiles)
{
$this->atMobiles[] = array_merge($this->atMobiles, $mobiles);
$this->atMobiles = array_merge($this->atMobiles, $mobiles);
return $this;
}

Expand Down

0 comments on commit 62cb70c

Please sign in to comment.