added throttle for email

This commit is contained in:
Denis Duliçi
2022-09-14 01:15:05 +03:00
parent 0587c712c9
commit bf2f83981c
4 changed files with 17 additions and 4 deletions

View File

@ -25,6 +25,7 @@ return [
'throttles' => [
'api' => env('APP_THROTTLES_API', '60'),
'import' => env('APP_THROTTLES_IMPORT', '1'),
'email' => env('APP_THROTTLES_EMAIL', '1'),
],
/*