Skip to content

Commit

Permalink
Removed default value for color() method
Browse files Browse the repository at this point in the history
  • Loading branch information
dunice committed Jan 20, 2020
1 parent 26c8469 commit f68e218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Messages/PushMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public function badge($badge)
* @param string $color
* @return $this
*/
public function color($color = '')
public function color($color)
{
$this->color = $color;

Expand Down

0 comments on commit f68e218

Please sign in to comment.