mirror of
https://github.com/laravel/valet.git
synced 2026-02-06 08:40:09 +01:00
Apply fixes from StyleCI
This commit is contained in:
@@ -31,8 +31,8 @@ public function isStaticFile($sitePath, $siteName, $uri)
|
||||
|
||||
if ($this->isActualFile($publicPath)) {
|
||||
return $publicPath;
|
||||
} elseif (file_exists($publicPath . '/index.html')) {
|
||||
return $publicPath . '/index.html';
|
||||
} elseif (file_exists($publicPath.'/index.html')) {
|
||||
return $publicPath.'/index.html';
|
||||
}
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user