Browse Source

Merge pull request #1528 from Jonathan-Up/patch-1

phpstorm更好的支持
Jiang Qinghua 3 years ago
parent
commit
59a0340254
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Widgets/Form.php

+ 1 - 1
src/Widgets/Form.php

@@ -64,7 +64,7 @@ use Illuminate\Validation\Validator;
  * @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 = '')