mirror of
https://github.com/laravel/valet.git
synced 2026-02-06 16:50:09 +01:00
Move isActualFile() to ValetDriver
This commit is contained in:
@@ -32,7 +32,7 @@ public function isStaticFile($sitePath, $siteName, $uri)
|
||||
return false;
|
||||
}
|
||||
|
||||
if (file_exists($staticFilePath = $sitePath.$uri)) {
|
||||
if ($this->isActualFile($staticFilePath = $sitePath.$uri)) {
|
||||
return $staticFilePath;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user