Skip to content

Commit f5180cc

Browse files
authored
Merge pull request #73 from joseballester/master
Fixed issue #71
2 parents c8f62fd + f3182af commit f5180cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NestedForm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ public function jsonSerialize()
565565
'min' => $this->min,
566566
'max' => $this->isManyRelationsip() ? $this->max : 1,
567567
'displayIf' => isset($this->displayIfCallback) ? call_user_func($this->displayIfCallback) : null
568-
],
568+
]
569569
);
570570
}
571571
}

0 commit comments

Comments
 (0)