Skip to content

Commit

Permalink
Merge pull request #68 from terox/patch-1
Browse files Browse the repository at this point in the history
Fix typo in constructor
  • Loading branch information
laupiFrpar authored Oct 13, 2020
2 parents 2421948 + 28deef8 commit b9893b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/AuthController.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class AuthController
private $configuration;
private $authenticator;

public function __construnct(PusherConfiguration $configuration, ChannelAuthenticatorInterface $authenticator)
public function __construct(PusherConfiguration $configuration, ChannelAuthenticatorInterface $authenticator)
{
$this->configuration = $configuration;
$this->authenticator = $authenticator;
Expand Down

0 comments on commit b9893b5

Please sign in to comment.