10 lines
128 B
PHP
10 lines
128 B
PHP
<?php
|
|
|
|
return [
|
|
'all' => 'All Customers',
|
|
|
|
'error' => [
|
|
'email' => 'The email has already been taken.'
|
|
]
|
|
];
|