Skip to content

Commit c145101

Browse files
committed
WIP
1 parent 5b55234 commit c145101

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Forms/Components/JsonInput.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ class JsonInput extends Field
2323

2424
public function setUp(): void
2525
{
26+
parent::setUp();
27+
2628
$this
2729
->rules(['array'])
2830
->validationMessages([

0 commit comments

Comments
 (0)