feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'distinct' => [
|
||||
'must_be_selected' => 'ต้องเลือกอย่างน้อยหนึ่งฟิลด์ :attribute',
|
||||
'only_one_must_be_selected' => 'ต้องเลือกฟิลด์ :attribute เดียวเท่านั้น',
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user