diff --git a/packages/framework/src/Foundation/Kernel/Filesystem.php b/packages/framework/src/Foundation/Kernel/Filesystem.php index 160cb940475..883663d3f31 100644 --- a/packages/framework/src/Foundation/Kernel/Filesystem.php +++ b/packages/framework/src/Foundation/Kernel/Filesystem.php @@ -56,7 +56,7 @@ public function path(string $path = ''): string return $this->getBasePath(); } - if (str_starts_with($path, 'phar://') ) { + if (str_starts_with($path, 'phar://')) { return $path; }