Skip to content

Commit

Permalink
bugfix: return self
Browse files Browse the repository at this point in the history
  • Loading branch information
qiqizjl committed Aug 18, 2021
1 parent ac7f52f commit c2c7905
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Config/CommonConfig.php
Expand Up @@ -185,5 +185,6 @@ public function getSasl(): array
public function setSasl(array $sasl): self
{
$this->sasl = $sasl;
return $this;
}
}

0 comments on commit c2c7905

Please sign in to comment.