From 9b27533f492dc7ac8be63ad00a9af0c160bb64bd Mon Sep 17 00:00:00 2001 From: Ilya Date: Thu, 18 Mar 2021 22:30:43 +0300 Subject: [PATCH] Create exception.php --- resources/lang/ru/exception.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 resources/lang/ru/exception.php diff --git a/resources/lang/ru/exception.php b/resources/lang/ru/exception.php new file mode 100644 index 000000000..00a376a6e --- /dev/null +++ b/resources/lang/ru/exception.php @@ -0,0 +1,11 @@ + [ + 'invalid' => [ + 'album' => 'Должен содержать одно фото, видео, или несколько фото.', + ], + ], + +];