We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec5fe81 commit 9c7b36aCopy full SHA for 9c7b36a
tests/Authentication/Authenticators/SessionAuthenticatorTest.php
@@ -355,7 +355,7 @@ public function testAttemptUserHavingSessionDataAttemptsAgain(): void
355
'password' => 'secret123',
356
]);
357
358
- $result = $this->auth->attempt([
+ $this->auth->attempt([
359
'email' => $this->user->email,
360
361
0 commit comments