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 5b55234 commit c145101Copy full SHA for c145101
src/Forms/Components/JsonInput.php
@@ -23,6 +23,8 @@ class JsonInput extends Field
23
24
public function setUp(): void
25
{
26
+ parent::setUp();
27
+
28
$this
29
->rules(['array'])
30
->validationMessages([
0 commit comments