Skip to content

Commit

Permalink
fix: type for resolver (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryk committed Sep 7, 2023
1 parent b824866 commit 13fa577
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Filters/SortableFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ class SortableFilter extends Filter

private HasOne|BelongsTo $relation;

private Closure $resolver;
/**
* @var callable|Closure
*/
private $resolver;

public const TYPE = 'sortable';

Expand Down

0 comments on commit 13fa577

Please sign in to comment.