Skip to content

Commit

Permalink
修正单词拼写错误问题
Browse files Browse the repository at this point in the history
  • Loading branch information
jqhph committed Dec 22, 2020
1 parent f725c51 commit 9d7c462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Form/Field/WebUploader.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public function autoSave(bool $value = true)
*
* @return $this
*/
public function removeable(bool $value = true)
public function removable(bool $value = true)
{
$this->options['disableRemove'] = ! $value;

Expand Down

0 comments on commit 9d7c462

Please sign in to comment.