11 lines
148 B
PHP
11 lines
148 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'throttled' => [
|
|
'title' => 'Too many attempts',
|
|
'body' => 'Please try again in :seconds seconds.',
|
|
],
|
|
|
|
];
|