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 25, 2020
1 parent 5bfb338 commit 1b6021d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Message/AtTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ trait AtTrait
/**
* @var array
*/
protected $atMobiles;
protected $atMobiles = [];

/**
* @var bool
Expand All @@ -34,4 +34,4 @@ public function atAll()
$this->isAtAll = true;
return $this;
}
}
}

0 comments on commit 1b6021d

Please sign in to comment.