Skip to content

Commit

Permalink
use same column name as in migration for match_type column in redirec…
Browse files Browse the repository at this point in the history
…ts table (#195)
  • Loading branch information
faltjo authored Dec 9, 2024
1 parent e15eb92 commit 2e427de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Filters/MatchType.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function fieldItems()

public function apply($query, $values)
{
return $query->where('matchType', '=', $values['status']);
return $query->where('match_type', '=', $values['status']);
}

public function visibleTo($key)
Expand Down

0 comments on commit 2e427de

Please # to comment.