We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2a76d commit 0fd8c54Copy full SHA for 0fd8c54
src/Autowire.php
@@ -43,7 +43,7 @@ private function __construct(string $root, array $composer) {
43
$composer['autoload']['psr-4'] ?? [],
44
static fn ($directories) => map(
45
(array) $directories,
46
- static fn (string $directory) => rtrim($root.'/'.$directory, '/').'/',
+ static fn (string $directory) => realpath($root.'/'.$directory).'/',
47
),
48
);
49
}
0 commit comments