8 lines
214 B
PHP
8 lines
214 B
PHP
<?php
|
|
|
|
return [
|
|
'the_given_data_was_invalid' => 'The given data was invalid',
|
|
'mail_is_not_configured' => 'Mail is not configured properly',
|
|
'something_went_wrong' => 'Something went wrong!',
|
|
];
|