jqh 5 년 전
부모
커밋
106a0aaf6d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Form.php

+ 1 - 1
src/Form.php

@@ -63,7 +63,7 @@ use Dcat\Admin\Form\Concerns;
  * @method Field\Tags           tags($column, $label = '')
  * @method Field\Icon           icon($column, $label = '')
  * @method Field\Embeds         embeds($column, $label = '')
- * @method Field\Captcha        captcha($column, $label = '')
+ * @method Field\Captcha        captcha()
  * @method Field\Listbox        listbox($column, $label = '')
  * @method Field\SelectResource selectResource($column, $label = '')
  * @method Field\File           file($column, $label = '')