This commit is contained in:
Saeed Vaziry
2025-02-20 18:00:13 +01:00
parent 8c7c3d2192
commit a1cf09e35d
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();
}