Skip to content

Commit

Permalink
Merge pull request #73 from joseballester/master
Browse files Browse the repository at this point in the history
Fixed issue #71
  • Loading branch information
yassilah authored Aug 29, 2019
2 parents c8f62fd + f3182af commit f5180cc
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 f5180cc

Please sign in to comment.