mirror of
https://github.com/laravel/valet.git
synced 2026-02-08 01:10:08 +01:00
Support isolated sites running PHP 7.4
This commit is contained in:
@@ -43,7 +43,7 @@ public function beforeLoading(string $sitePath, string $siteName, string $uri):
|
||||
* @param string $uri
|
||||
* @return string|false
|
||||
*/
|
||||
public function isStaticFile(string $sitePath, string $siteName, string $uri): string|false
|
||||
public function isStaticFile(string $sitePath, string $siteName, string $uri)
|
||||
{
|
||||
if ($this->isActualFile($staticFilePath = $sitePath.'/Web'.$uri)) {
|
||||
return $staticFilePath;
|
||||
|
||||
Reference in New Issue
Block a user