Skip to content

Commit

Permalink
fix searchable fields
Browse files Browse the repository at this point in the history
  • Loading branch information
xini committed Feb 15, 2024
1 parent ada788d commit c4b29a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/RedirectionSuperLink.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class RedirectionSuperLink extends SuperLink

private static $searchable_fields = [
'RedirectionFromRelativeURL',
'ResponseCode'
'RedirectionResponseCode'
];

public function getFormattedOriginURL(): DBHTMLText
Expand Down

0 comments on commit c4b29a3

Please sign in to comment.