Skip to content

Commit

Permalink
refactor: Remove unreachable code
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Dec 26, 2024
1 parent c9db51b commit c206b27
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/helpers/UrlHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,6 @@ public static function getSiteUrlOverrideSetting(?int $siteId = null): string

return $siteUrlOverride[$site->handle] ?? '';
}

return '';
}

/**
Expand Down

0 comments on commit c206b27

Please sign in to comment.