Skip to content

Commit

Permalink
Update:update code
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-fathi committed Nov 28, 2022
1 parent 4d90bb2 commit ab0f17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QueryFilter/Core/HelperFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ trait HelperFilter
*
* @return array|null
*/
protected static function convertRelationArrayRequestToStr($field, array $args): ?array
public static function convertRelationArrayRequestToStr($field, array $args): ?array
{
$arg_last = Arr::last($args);

Expand Down

0 comments on commit ab0f17e

Please sign in to comment.