1
0
Fork 0

Add exception lang file

This commit is contained in:
Daniel Supernault 2019-12-14 21:27:42 -07:00
parent 813ef12329
commit aa1f74efbc
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<?php
return [
'compose' => [
'invalid' => [
'album' => 'Must contain a single photo or video or multiple photos.',
],
],
];