Create exception.php
This commit is contained in:
parent
a3eacfde50
commit
9b27533f49
1 changed files with 11 additions and 0 deletions
11
resources/lang/ru/exception.php
Normal file
11
resources/lang/ru/exception.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'compose' => [
|
||||
'invalid' => [
|
||||
'album' => 'Должен содержать одно фото, видео, или несколько фото.',
|
||||
],
|
||||
],
|
||||
|
||||
];
|
Loading…
Reference in a new issue