Skip to content

Commit 5325c79

Browse files
committed
chore: no fields on remove action by default
1 parent d13c80c commit 5325c79

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/Html/Editor/Editor.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -321,15 +321,4 @@ public function hiddenOnEdit(array $fields): static
321321
{
322322
return $this->hiddenOn('edit', $fields);
323323
}
324-
325-
/**
326-
* Hide fields on remove action.
327-
*
328-
* @param array $fields
329-
* @return $this
330-
*/
331-
public function hiddenOnRemove(array $fields): static
332-
{
333-
return $this->hiddenOn('remove', $fields);
334-
}
335324
}

0 commit comments

Comments
 (0)