From 01c393d99bc7617ec698074e36c48ccc32dac853 Mon Sep 17 00:00:00 2001 From: mattstauffer <151829+mattstauffer@users.noreply.github.com> Date: Mon, 15 Sep 2025 19:40:48 +0000 Subject: [PATCH] Fix code styling --- cli/Valet/Drivers/Specific/ContaoValetDriver.php | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/Valet/Drivers/Specific/ContaoValetDriver.php b/cli/Valet/Drivers/Specific/ContaoValetDriver.php index 96dccf6..ee18b54 100644 --- a/cli/Valet/Drivers/Specific/ContaoValetDriver.php +++ b/cli/Valet/Drivers/Specific/ContaoValetDriver.php @@ -57,6 +57,7 @@ public function frontControllerPath(string $sitePath, string $siteName, string $ if (strncmp($uri, '/contao-manager.phar.php', 24) === 0) { $_SERVER['SCRIPT_NAME'] = '/contao-manager.phar.php'; $_SERVER['SCRIPT_FILENAME'] = $sitePath.'/contao-manager.phar.php'; + return $sitePath.'/'.$frontControllerDirectory.'/contao-manager.phar.php'; }