feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'verified' => [
|
||||
'title' => 'Endereço de email alterado',
|
||||
'body' => 'O seu endereço de email foi alterado com sucesso para :email.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user