mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 06:26:16 +00:00
wip
This commit is contained in:
@ -23,6 +23,9 @@ class RouteServiceProvider extends ServiceProvider
|
||||
*/
|
||||
public function boot(): void
|
||||
{
|
||||
if ($this->app->runningInConsole()) {
|
||||
return;
|
||||
}
|
||||
$this->configureRateLimiting();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user