mirror of
https://github.com/laravel/valet.git
synced 2026-02-07 17:10:05 +01:00
Apply fixes from StyleCI
This commit is contained in:
@@ -16,7 +16,7 @@ class JigsawValetDriver extends BasicValetDriver
|
||||
*/
|
||||
public function serves(string $sitePath, string $siteName, string $uri): bool
|
||||
{
|
||||
return is_dir($sitePath . '/build_local');
|
||||
return is_dir($sitePath.'/build_local');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user