Skip to content

Commit

Permalink
Merge pull request #8 from xini/pull-searchable-fields
Browse files Browse the repository at this point in the history
fix searchable fields
  • Loading branch information
dizzystuff authored Feb 15, 2024
2 parents ada788d + c4b29a3 commit e41f620
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 e41f620

Please sign in to comment.