feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'throttled' => [
|
||||
'title' => 'Príliš veľa pokusov',
|
||||
'body' => 'Skúste to znova o :seconds sekúnd.',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user