Skip to content

Commit

Permalink
Fixed issue #71
Browse files Browse the repository at this point in the history
  • Loading branch information
joseballester committed Aug 29, 2019
1 parent c8f62fd commit f3182af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NestedForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
],
]
);
}
}

0 comments on commit f3182af

Please sign in to comment.