This commit is contained in:
Saeed Vaziry
2025-02-20 18:00:13 +01:00
parent 49137a757b
commit abe27cde01
20 changed files with 550 additions and 9 deletions

View File

@ -23,6 +23,9 @@ class RouteServiceProvider extends ServiceProvider
*/
public function boot(): void
{
if ($this->app->runningInConsole()) {
return;
}
$this->configureRateLimiting();
}