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