diff --git a/src/Widgets/Form.php b/src/Widgets/Form.php index c330e9eef..5af92c534 100755 --- a/src/Widgets/Form.php +++ b/src/Widgets/Form.php @@ -64,7 +64,7 @@ * @method Field\Html html($html, $label = '') * @method Field\Tags tags($column, $label = '') * @method Field\Icon icon($column, $label = '') - * @method Field\Embeds embeds($column, $label = '') + * @method Field\Embeds embeds($column, $label = '', $callback = null) * @method Field\Captcha captcha($column, $label = '') * @method Field\Listbox listbox($column, $label = '') * @method Field\File file($column, $label = '')