Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo committed Oct 26, 2023
1 parent a4230fb commit 384ccb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fields/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ public function persist(Request $request, Model $model, mixed $value): void
/**
* Prune the related models.
*/
protected function prune(Request $request, Model $model, array $keys): int
public function prune(Request $request, Model $model, array $keys): int
{
$count = 0;

Expand Down

0 comments on commit 384ccb0

Please sign in to comment.