Skip to content

Commit 0e73931

Browse files
committed
docs: improve comment
1 parent 96e690c commit 0e73931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Validation/Validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public function run(?array $data = null, ?string $group = null, ?string $dbGroup
124124
{
125125
$data ??= $this->data;
126126

127-
// i.e. is_unique
127+
// `DBGroup` is a reserved name. For is_unique and is_not_unique
128128
$data['DBGroup'] = $dbGroup;
129129

130130
$this->loadRuleSets();

0 commit comments

Comments
 (0)