mirror of
https://github.com/laravel/valet.git
synced 2026-02-07 09:10:03 +01:00
Support isolated sites running PHP 7.4
This commit is contained in:
@@ -38,7 +38,7 @@ public function serves(string $sitePath, string $siteName, string $uri): bool
|
||||
* @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)
|
||||
{
|
||||
$sitePath = $this->addSubdirectory($sitePath);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user