We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f51fb5d commit 13fbaa5Copy full SHA for 13fbaa5
1 file changed
user_guide_src/source/libraries/validation/038.php
@@ -6,5 +6,5 @@
6
'name' => "is_unique[supplier.name,uuid, {$uuid}]", // is not ok
7
'name' => "is_unique[supplier.name,uuid,{$uuid} ]", // is not ok
8
'name' => "is_unique[supplier.name,uuid,{$uuid}]", // is ok
9
- 'name' => 'is_unique[supplier.name,uuid,{uuid}]', // is ok - see "Validation Placeholders"
+ 'name' => 'is_unique[supplier.name,uuid,{uuid}]', // is ok - see "Validation Placeholders"
10
]);
0 commit comments