Skip to content

Commit 2b20426

Browse files
committed
Formatting
1 parent aeffd88 commit 2b20426

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/Providers/FortifyServiceProvider.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public function boot(): void
3030

3131
RateLimiter::for(
3232
'two-factor',
33-
fn (Request $request) => Limit::perMinute(5)->by($request->session()->get('login.id')));
33+
fn (Request $request) => Limit::perMinute(5)->by($request->session()->get('login.id'))
34+
);
3435
}
3536
}

0 commit comments

Comments
 (0)