Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nasrulhazim committed Oct 31, 2024
1 parent fb02c86 commit bd1dee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ResourceAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ protected function transformFields(): void
/**
* Remove confirmation fields from inputs.
*/
protected function removeConfirmationFields(): void
public function removeConfirmationFields(): void
{
$this->inputs = array_filter($this->inputs, fn ($value, $key) => ! Str::contains($key, '_confirmation'), ARRAY_FILTER_USE_BOTH);
}
Expand Down

0 comments on commit bd1dee7

Please sign in to comment.