Skip to content

Commit

Permalink
Fix syntax typo in AuthenticationController::__construct()
Browse files Browse the repository at this point in the history
  • Loading branch information
mkilmanas committed Jan 4, 2024
1 parent 0f60608 commit cb616ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controllers/AuthenticationController.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function __construct(
private RouterInterface $router,
ContainerInterface $container,
) {
$this-setContainer($container);
$this->setContainer($container);
}

/**
Expand Down

0 comments on commit cb616ea

Please sign in to comment.