We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92dabed commit 0354e9cCopy full SHA for 0354e9c
tests/Feature/Controllers/User/LoginLinkControllerTest.php
@@ -86,7 +86,7 @@
86
it('authenticates user with valid token', function (): void {
87
$user = User::factory()->create();
88
89
- Str::createRandomStringsUsing(fn(): string => 'fake-random-string');
+ Str::createRandomStringsUsing(fn (): string => 'fake-random-string');
90
post(route('login-link.store'), [
91
'email' => $user->email,
92
]);
0 commit comments