8 lines
132 B
PHP
8 lines
132 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'exists' => 'La sélection :attribute est invalide.',
|
|
'file' => 'Le :attribute doit être un fichier.',
|
|
];
|