We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 986f1e3 commit 4196166Copy full SHA for 4196166
src/CUIT.php
@@ -16,6 +16,18 @@ public function __construct()
16
//
17
}
18
19
+ /**
20
+ * Determine if the validation rule passes.
21
+ *
22
+ * @param string $attribute
23
+ * @param mixed $value
24
+ * @return bool
25
+ */
26
+ public function passes($attribute, $value)
27
+ {
28
+ return $this->validate($attribute, $value);
29
+ }
30
+
31
/**
32
* Determine if the validation rule passes.
33
*
0 commit comments