Skip to content

Commit

Permalink
Remove unneeded parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Jul 6, 2023
1 parent 7da0da2 commit 20b7fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ protected function reinitialize(): void
*/
public function replicate(): static
{
return new static($this->configuration, new $this->ldap());
return new static($this->configuration, new $this->ldap);
}

/**
Expand Down

0 comments on commit 20b7fa4

Please sign in to comment.