Skip to content

Commit bd1dee7

Browse files
committed
fix
1 parent fb02c86 commit bd1dee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ protected function transformFields(): void
144144
/**
145145
* Remove confirmation fields from inputs.
146146
*/
147-
protected function removeConfirmationFields(): void
147+
public function removeConfirmationFields(): void
148148
{
149149
$this->inputs = array_filter($this->inputs, fn ($value, $key) => ! Str::contains($key, '_confirmation'), ARRAY_FILTER_USE_BOTH);
150150
}

0 commit comments

Comments
 (0)