|
@@ -75,7 +75,7 @@ class ClassMapGenerator
|
|
|
|
|
|
$map = array();
|
|
$map = array();
|
|
$filesystem = new Filesystem();
|
|
$filesystem = new Filesystem();
|
|
- $cwd = getcwd();
|
|
|
|
|
|
+ $cwd = realpath(getcwd());
|
|
|
|
|
|
foreach ($path as $file) {
|
|
foreach ($path as $file) {
|
|
$filePath = $file->getPathname();
|
|
$filePath = $file->getPathname();
|