Skip to content

Commit

Permalink
nitpick
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga committed Nov 20, 2024
1 parent cb037a3 commit 1e1409e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/CP/FieldActionModalController.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function process(Request $request)
];
}

protected function getFields($fieldItems)
private function getFields($fieldItems)
{
return new Fields(
collect($fieldItems)->map(fn ($field, $handle) => compact('handle', 'field'))
Expand Down

0 comments on commit 1e1409e

Please sign in to comment.