added throttle for email
This commit is contained in:
@ -134,6 +134,10 @@ class Kernel extends HttpKernel
|
||||
'import' => [
|
||||
'throttle:import',
|
||||
],
|
||||
|
||||
'email' => [
|
||||
'throttle:email',
|
||||
],
|
||||
];
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user