traits from Autoload.php not loading on Windows

Windows requires realpath() so the case of the
paths and filenames are always identical
This commit is contained in:
Dimitrios Karvounaris
2020-06-02 18:58:16 +02:00
parent 83797431fb
commit 8a42d40506

View File

@ -83,7 +83,7 @@ final class UsesCall
throw new InvalidUsesPath($target . "\n");
}
return $target;
return realpath($target);
}, $targets);
}