mirror of
https://github.com/laravel/valet.git
synced 2026-02-07 01:00:09 +01:00
Fix code styling
This commit is contained in:
committed by
github-actions[bot]
parent
0177d739bd
commit
01c393d99b
@@ -57,6 +57,7 @@ public function frontControllerPath(string $sitePath, string $siteName, string $
|
|||||||
if (strncmp($uri, '/contao-manager.phar.php', 24) === 0) {
|
if (strncmp($uri, '/contao-manager.phar.php', 24) === 0) {
|
||||||
$_SERVER['SCRIPT_NAME'] = '/contao-manager.phar.php';
|
$_SERVER['SCRIPT_NAME'] = '/contao-manager.phar.php';
|
||||||
$_SERVER['SCRIPT_FILENAME'] = $sitePath.'/contao-manager.phar.php';
|
$_SERVER['SCRIPT_FILENAME'] = $sitePath.'/contao-manager.phar.php';
|
||||||
|
|
||||||
return $sitePath.'/'.$frontControllerDirectory.'/contao-manager.phar.php';
|
return $sitePath.'/'.$frontControllerDirectory.'/contao-manager.phar.php';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user