From 2c6fe703349c360c9099c52865bf7d2d6d4401e0 Mon Sep 17 00:00:00 2001 From: Savio Resende Date: Tue, 19 Dec 2023 23:10:23 -0600 Subject: [PATCH] Adjustments for new Conveyor. --- src/Services/Traits/HttpSupport.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Services/Traits/HttpSupport.php b/src/Services/Traits/HttpSupport.php index 51b6fff..1962431 100644 --- a/src/Services/Traits/HttpSupport.php +++ b/src/Services/Traits/HttpSupport.php @@ -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