Skip to content

Commit b5c19ec

Browse files
committed
Fix
1 parent dfca6e5 commit b5c19ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/Symfony/SessionAssertionsTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function amLoggedInWithToken(TokenInterface $token, string $firewallName
4343
$this->loginWithToken($token, $firewallName, $firewallContext);
4444
}
4545

46-
private function loginWithToken(TokenInterface $token, string $firewallName = 'main', string $firewallContext = null): void
46+
protected function loginWithToken(TokenInterface $token, string $firewallName, ?string $firewallContext): void
4747
{
4848
$this->getTokenStorage()->setToken($token);
4949

0 commit comments

Comments
 (0)