diff --git a/src/NestedForm.php b/src/NestedForm.php index c0458a4..2cdf757 100644 --- a/src/NestedForm.php +++ b/src/NestedForm.php @@ -565,7 +565,7 @@ public function jsonSerialize() 'min' => $this->min, 'max' => $this->isManyRelationsip() ? $this->max : 1, 'displayIf' => isset($this->displayIfCallback) ? call_user_func($this->displayIfCallback) : null - ], + ] ); } }