Skip to content

Commit

Permalink
Adjustments for new Conveyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
lotharthesavior committed Dec 20, 2023
1 parent aefd038 commit 2c6fe70
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Services/Traits/HttpSupport.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,7 @@ private function getScriptName(string $requestUri): string
return $requestUri;
}

return (!empty($requestUri) ? rtrim($requestUri, '/') . '/' : '')
. basename($this->getInputFile());
return '';
}

private function getInputFile(): string
Expand Down

0 comments on commit 2c6fe70

Please sign in to comment.