1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-06 08:40:09 +01:00

Fix code styling

This commit is contained in:
mattstauffer
2025-09-15 19:40:48 +00:00
committed by github-actions[bot]
parent 0177d739bd
commit 01c393d99b

View File

@@ -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';
}