We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7f2723 + 7c8ad29 commit 1e0f7b1Copy full SHA for 1e0f7b1
src/Support/Validation/Rules/AdministrativeAreaCodeRule.php
@@ -38,7 +38,7 @@ public function passes($attribute, $value): bool
38
if ('' === $value && false === $this->isRequired()) {
39
return true;
40
}
41
-
+
42
// If we don't have a known list of admin areas, just pass
43
if (0 === $this->country->administrativeAreas()->count()) {
44
0 commit comments