Skip to content

Commit

Permalink
Backward compatibility for PHP 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tanftw authored Nov 4, 2018
1 parent 9e323cd commit d2d3acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Broadcast/Channel.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public function delete($labelId)
return isset($response->success);
}

public function empty()
public function clear()
{
$channels = $this->all();

Expand Down

0 comments on commit d2d3acf

Please sign in to comment.