diff --git a/framework/core/src/Foundation/Paths.php b/framework/core/src/Foundation/Paths.php index 9f7186a4e..b527cd50b 100644 --- a/framework/core/src/Foundation/Paths.php +++ b/framework/core/src/Foundation/Paths.php @@ -34,7 +34,7 @@ class Paths }, $paths); // Assume a standard Composer directory structure unless specified - $this->paths['vendor'] = $this->vendor ?? $this->base.DIRECTORY_SEPARATOR.'vendor'; + $this->paths['vendor'] = $this->vendor ?? $this->base.'/vendor'; } public function __get($name): ?string