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

@ -134,6 +134,10 @@ class Kernel extends HttpKernel
'import' => [
'throttle:import',
],
'email' => [
'throttle:email',
],
];
/**