9 lines
160 B
PHP
9 lines
160 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'unique_entry_value' => 'The :attribute has already been taken.',
|
|
'unique_user_value' => 'The :attribute has already been taken.',
|
|
|
|
];
|