11 lines
152 B
PHP
11 lines
152 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'throttled' => [
|
|
'title' => 'Demasiadas tentativas',
|
|
'body' => 'Tente novamente em :seconds segundos.',
|
|
],
|
|
|
|
];
|